GitWikiSuggestions
This page is for recording (or discussion) of Suggestions about the the [[FrontPage|GitWiki]] Web site.
Make sure your suggestion doesn’t exist already or that your question has already been answered by checking HelpContents.
Table of contents
<<(2)>>
Editing
Parsers
It would be nice to have installed parsers from [[MoinMoin:ParserMarket|ParserMarket]] (see [[MoinMoin:ParserMarket#head-17c33967bbb4345a453627b944bad1f1bc4b2791|Installation Instructions]] there) for languages used in Git, Cogito and examples, i.e for Perl, shell and e.g. diff.
- Perl parsers from [[MoinMoin:ParserMarket|ParserMarket]]: parser/Perl by Johannes Hoerburger (`.py` extension needs to be aded).
- diff output parsers from [[MoinMoin:ParserMarket|ParserMarket]]: parser/diff.py by Emilio Lopes.
InterWiki Links
It would be nice if there were shorter InterWiki links for linking to the Git and Cogito documentation, both HTML version and gitweb sources. One of the way of adding InterWiki link is to modify site's `data/intermap.txt` file.
For git and cogito manpages online it would mean that instead of writing for example
[http://www.kernel.org/pub/software/scm/git/docs/git-apply.html git-apply(1)]
(git-apply(1)) use (proposal) GitDoc InterWiki link, i.e. use one of the following (ones that are possible to create)
[wiki:GitDoc:git-apply git-apply(1)] GitDoc:git-apply
if it is not possible). Analogous for Cogito docs.
For links to file in the git.git source via gitweb, instead of using for example
[http://www.kernel.org/git/?p=git/git.git;a=blob;hb=HEAD;f=Documentation/git-apply.txt git-apply.txt]
(git-apply.txt) use GitSource InterWiki link
[wiki:GitSource:Documentation/git-apply.txt git-apply.txt].
Would be also of use to have InterWiki links for common [[GitCommunity|GitMailingList]] archives, i.e. MARC and GMane, similarly like there is now MsgID
InterWiki link?