Jump to content

User:Nacimota/Wikicite+: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
update 0.7.81
m ZOMG OPEN SAUCE
Line 18: Line 18:
}}
}}


'''Wikicite+''' is a C# application that is designed to assist editors in [[Wikipedia:Citing sources|adding inline references]] to Wikipedia articles. It also has tools for stub sorting and CSD tagging. More features and support for more cite templates are planned for future releases.
'''Wikicite+''' is an [[open source]] C# application that is designed to assist editors in [[Wikipedia:Citing sources|adding inline references]] to Wikipedia articles. It also has tools for stub sorting and CSD tagging. More features and support for more cite templates are planned for future releases.

Wikicite+ was written by [[User:Nacimota|Nacimota]] in C#, and is based loosely on source code from [[User:Dmoss|David Moss']] Visual Basic .Net project ''[[Wikipedia:Wikicite|Wikicite]]. It is free software, available under the apache license 2.0, and will be open source in the future.


Wikicite+ was written by [[User:Nacimota|Nacimota]] in C#, and is based loosely on source code from [[User:Dmoss|David Moss']] Visual Basic .Net project ''[[Wikipedia:Wikicite|Wikicite]]''. It is free software, available under the apache license 2.0.
== Userbox ==
== Userbox ==
It had to be done. Use <nowiki>{{</nowiki>[[User:Nacimota/Userboxes/wikicite+]]<nowiki>}}</nowiki>.
It had to be done. Use <nowiki>{{</nowiki>[[User:Nacimota/Userboxes/wikicite+]]<nowiki>}}</nowiki>.
Line 112: Line 111:
* Organizations {{done}}
* Organizations {{done}}
* Miscellaneous {{done}}
* Miscellaneous {{done}}

== Source Code ==
Source code is available at [[http://code.google.com/p/wikiciteplus/source/browse/ Google Code]]


[[Category:Wikipedia tools]]
[[Category:Wikipedia tools]]

Revision as of 09:42, 8 August 2008

Not to be confused with WikiProject Wikicite or Template:Wikicite
For the open source VB .Net project on which this is loosely based, see Wikipedia:Wikicite

Template:Beta software

Wikicite+
Developer(s)Nacimota
Written inC#
Operating systemMicrosoft Windows
Available inEnglish
TypeWikipedia editor
LicenseApache License 2.0
Websitehttp://code.google.com/p/wikiciteplus

Wikicite+ is an open source C# application that is designed to assist editors in adding inline references to Wikipedia articles. It also has tools for stub sorting and CSD tagging. More features and support for more cite templates are planned for future releases.

Wikicite+ was written by Nacimota in C#, and is based loosely on source code from David Moss' Visual Basic .Net project Wikicite. It is free software, available under the apache license 2.0.

Userbox

It had to be done. Use {{User:Nacimota/Userboxes/wikicite+}}.

Current Version

The latest version of Wikicite+ can be found at: http://code.google.com/p/wikiciteplus

Current version is 0.7.81 beta

Version History

  • 0.7.81 beta
    • Fixed an unhandled exception that occurs when the program cant find the server when checking for updates
    • Minor interface changes
  • 0.7.6 beta
    • Changed icon to xp compatible 256*256 png compressed .ico (scales in vista!)
    • Added 363 new stub tags - completed people branch of the tree
    • Minor interface changes
beta 0.7.2 checks for updates
  • 0.7.2 beta
    • Fixed a bug where the copy button was not working on the CSD tab
    • Minor interface changes
    • Changed icon to something more simple and recognisable
    • Program now automatically checks for updates (does not download though)
    • Reduced file size
  • 0.7.1 beta
    • Fixed a bug where the author field would not accept more than four characters on the book tab (reported by Mercator)
    • Removed a stub tag from the tree which was recently deleted on wikipedia
  • 0.7 beta
    • Added 478 new stub tags - completed Religion, mythology, faiths, and beliefs; history; and science branches of the tree.
    • Minor interface changes.
  • 0.6.8 beta
    • Added 296 new stub tags - completed military and weaponry, organizations, miscellaneous and transport branches of the tree.
    • Fixed various Mistyped and empty stub tags
    • Added {{cite episode}} template maker
    • Added minor validation rules
    • Various minor fixes
  • 0.6.75 beta
    • Added 158 new stub tags - completed culture and lesuire branches of the tree.
  • 0.6.748 beta
    • Added 508 new stub tags - completed most of culture
  • 0.6.73 beta
    • Added 180 new stub tags - completed governemnt, law, and elections and politics branches of the tree.
    • Fixed several typos, including 7 mistyped stub tags.
  • 0.6.71 beta
    • Added 98 new stub tags - completed commerce branch of tree. Fixed minor layout issues.
  • 0.6.7 beta
    • Created this page on wiki (no earlier history)

Known Issues

  • Stub tree is incomplete
    There are thousands of stub tags. I will add more in future releases -Nacimota (talk) 12:01, 8 July 2008 (UTC)
  • Help page is empty
    Won't be doing much documentation until the program is in a later stage of development -Nacimota (talk) 12:01, 8 July 2008 (UTC)

Installation

As with the original wikicite, wikicite+ does not require installation. Just download the executable from google code[1].

You will, however need a version of the .Net framework. The project is written with .Net 3.5 but should work with 3.0 and 2.0 (no guarantees). If you have Windows Vista, the .Net framework is built in to your operating system. Wikicite+ has been tested in Windows Vista Ultimate and Windows XP pro.

Mono framework

I understand there are a significant number of linux/unix users on wikipedia. Wikicite+ might work in mono, but I make absolutely no guarantees. I have never used mono and am completely unfamiliar with how caught up to .Net 3.5 it is. If you'd like to use wikicite+ on mono, you are free to try it; but I wouldn't get my hopes up, personally.

When the source code becomes available I encourage interested mono developers to modify wikicite+ to make it more mono-friendly.

Development

As of current (unreleased) development build (0.8 beta):

Citation Templates

{{cite episode}} - as suggested by SteveCrossin  Done

Stub Tree progress

2614 stub tags in total.

  • General  Done
  • Culture  Done
  • Education  Done
  • Commerce  Done
  • Government  Done
  • Law  Done
  • Elections and politics  Done
  • Lesuire  Done
  • Sports  Doing...
  • Religion, mythology, faiths, and beliefs  Done
  • Geography  Not done
  • History  Done
  • People  Done
  • Science  Done
  • Technology  Done
  • Transport  Done
  • Military and weaponry  Done
  • Organizations  Done
  • Miscellaneous  Done

Source Code

Source code is available at [Google Code]