Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
Ť Groups Home
Readme file as project's description
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Luboš Remplík  
View profile  
 More options Jan 2, 8:20 am
From: Luboš Remplík <remp...@gmail.com>
Date: Mon, 2 Jan 2012 05:20:19 -0800 (PST)
Local: Mon, Jan 2 2012 8:20 am
Subject: Readme file as project's description
Is there any way how to get system working similary to github regards
to readme files? It would be really great to use root's readme file as
project description

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Keller  
View profile  
 More options Jan 2, 9:32 am
From: Thomas Keller <m...@thomaskeller.biz>
Date: Mon, 02 Jan 2012 15:32:05 +0100
Local: Mon, Jan 2 2012 9:32 am
Subject: Re: [indefero-users] Readme file as project's description

Am 02.01.12 14:20, schrieb Luboš Remplík:

> Is there any way how to get system working similary to github regards
> to readme files? It would be really great to use root's readme file as
> project description

There is no automatism available; you can, however, embed a source file
into your project description or any wiki page like this:

[[[README.mdtext]]]

If you want to pin the displayed file to a particular version, then use
this syntax:

[[[README.mdtext, feature-branch-or-revision]]]

Thomas.

--
GPG-Key 0x160D1092 | tommyd3...@jabber.ccc.de | http://thomaskeller.biz
Please note that according to the EU law on data retention, information
on every electronic information exchange might be retained for a period
of six months or longer: http://www.vorratsdatenspeicherung.de/?lang=en

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luboš Remplík  
View profile  
 More options Jan 2, 9:36 am
From: Luboš Remplík <remp...@gmail.com>
Date: Mon, 2 Jan 2012 06:36:20 -0800 (PST)
Local: Mon, Jan 2 2012 9:36 am
Subject: Re: Readme file as project's description
Thanks, works fine...

On Jan 2, 3:32 pm, Thomas Keller <m...@thomaskeller.biz> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zbigniew Zagórski  
View profile  
 More options Jan 23, 3:27 am
From: Zbigniew Zagórski <z.zagor...@gmail.com>
Date: Mon, 23 Jan 2012 00:27:33 -0800 (PST)
Local: Mon, Jan 23 2012 3:27 am
Subject: Re: Readme file as project's description
Hi,

On Jan 2, 3:32 pm, Thomas Keller <m...@thomaskeller.biz> wrote:

> Am 02.01.12 14:20, schrieb Luboš Remplík:

> > Is there any way how to get system working similary to github regards
> > to readme files? It would be really great to use root's readme file as
> > project description

> There is no automatism available; you can, however, embed a source file
> into your project description or any wiki page like this:

> [[[README.mdtext]]]

That looks great, but it doesn't work for me. Does it have to be
*.mdtext Or are there any other constraints ?
I've tried:
 [[[README.txt]]]
 [[[README.txt,h:pl.reddix.tinfra]]]
 [[[README.txt,pl.reddix.tinfra]]]

(my indefero: http://idf.hotpo.pl/index.php/p/tinfra/)

Thanks,
 Zbigniew Zagórski


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zbigniew Zagórski  
View profile  
 More options Feb 3, 6:09 am
From: Zbigniew Zagórski <z.zagor...@gmail.com>
Date: Fri, 3 Feb 2012 03:09:17 -0800 (PST)
Local: Fri, Feb 3 2012 6:09 am
Subject: Re: Readme file as project's description
On Jan 23, 9:27 am, Zbigniew Zagórski <z.zagor...@gmail.com> wrote:
(...)

> > There is no automatism available; you can, however, embed a source file
> > into your project description or any wiki page like this:

> > [[[README.mdtext]]]

> That looks great, but it doesn't work for me. Does it have to be
> *.mdtext Or are there any other constraints ?
> I've tried:
>  [[[README.txt]]]
>  [[[README.txt,h:pl.reddix.tinfra]]]
>  [[[README.txt,pl.reddix.tinfra]]]

Ok, i found the reason.
The markdown code that tries to embed file does two things
to fool up ;) poor users:

 - first, on monotone it incorrectly resolves selector when
   getting head revision it gets file from first revision of
   that happens to be output of "automate select <project_main_branch>
   instead of "automate select h:<project_main_branch>
   so, one must specify revision selector by using comma syntax ..

 - second, comma syntax is too strict, space after command is a
   must:
      -[[[README.txt,h:pl.reddix.tinfra]]]
      +[[[README.txt, h:pl.reddix.tinfra]]]

I will try to prepare patch in free time (not soon)

Regards,
 Zbyszek


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »