rest2web-develop Mailing List for rest2web (Page 13)
Brought to you by:
mjfoord
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(74) |
Aug
(71) |
Sep
(6) |
Oct
(6) |
Nov
(3) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(8) |
Feb
(17) |
Mar
(16) |
Apr
(48) |
May
(9) |
Jun
|
Jul
(7) |
Aug
(93) |
Sep
(18) |
Oct
(17) |
Nov
(22) |
Dec
(11) |
2007 |
Jan
(11) |
Feb
|
Mar
(61) |
Apr
(14) |
May
(3) |
Jun
|
Jul
(13) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(6) |
2008 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(7) |
Oct
(2) |
Nov
(7) |
Dec
(7) |
2009 |
Jan
(2) |
Feb
|
Mar
(4) |
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
(1) |
Feb
(1) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(14) |
Sep
(2) |
Oct
(1) |
Nov
(3) |
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(5) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2016 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Grzegorz A. H. <gr...@ti...> - 2006-08-27 16:32:19
|
Hi. In the installing section I read "The files in the 'modules' folder are used by macros. They will also need to be somewhere on sys.path (e.g. in 'site-packages'.) Alternatively, if the modules directory is in the same directory as 'r2w.py' when you run it, it will automatically be added to the path.". I understand that means I can call r2w from anywhere as long as the modules directory is there too. But it doesn't work: [~/t]$ python ../instalacion_manual/rest2web-dist-201/r2w.py rest2web version 0.5.0 beta1 Running rest2web the Site Builder. Sun Aug 27 18:25:18 2006 Traceback (most recent call last): [err] File "../instalacion_manual/rest2web-dist-201/r2w.py", line 185, in ? [err] count = main(options, config) [err] File "../instalacion_manual/rest2web-dist-201/r2w.py", line 94, in main [err] return processor.walk() [err] File "/home/gradha/instalacion_manual/rest2web-dist-201/rest2web/restprocessor.py", line 246, in walk [err] self.setmacros(self.macrofile) [err] File "/home/gradha/instalacion_manual/rest2web-dist-201/rest2web/restprocessor.py", line 193, in setmacros [err] raise RuntimeError('macros file can\'t be found "%s".' % macrofile) [err] RuntimeError: macros file can't be found "macros.py". [err] Hit return to continue >>> [~/t]$ ls ../instalacion_manual/rest2web-dist-201/modules/ colorize.py colorize.pyc path.py path.pyc smiley.py smiley.pyc [~/t]$ ls ../instalacion_manual/rest2web-dist-201/macros.py ../instalacion_manual/rest2web-dist-201/macros.py |
From: Michael F. <fuz...@vo...> - 2006-08-27 10:20:18
|
Gael Varoquaux wrote: > On Mon, Aug 14, 2006 at 06:28:57AM -0700, fuz...@vo... wrote: > >> restindex inside comment >> > > >> This change is quite simple, but it means that all your website pages can >> also be valid ReST documents. >> > > Yessss ! Great ! Thanks ! > > > I am not home so I cannot test things, but reading your mail I am not > sure there is a way of adding a macro file without over-ridding the > existing macros. That would be useful. > > If you supply a macros file, it *adds* to the built in macros. You can however override the built in ones if you want by using the same names for your macros. All the best, Fuzzyman http://www.voidspace.org.uk > Gaël > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rest2web-develop mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/rest2web-develop > > |
From: Gael V. <gae...@no...> - 2006-08-27 10:09:03
|
On Mon, Aug 14, 2006 at 06:28:57AM -0700, fuz...@vo... wrote= : > restindex inside comment > This change is quite simple, but it means that all your website page= s can > also be valid ReST documents. Yessss ! Great ! Thanks ! I am not home so I cannot test things, but reading your mail I am not sure there is a way of adding a macro file without over-ridding the existing macros. That would be useful. Ga=EBl |
From: Michael F. <fuz...@vo...> - 2006-08-24 21:02:02
|
dwelch91 wrote: > I am trying to do something that I think is simple, but I can't seem > to figure out to get it to work in rest2web. > > In the INI file for my site, I want to be able to specify a uservalue > like: > The theory is that what you tried should work. :-) In your config (ini file), you should be able to do : ... [uservalues] version=1.0.0 And then in your page : This is version <% version %>. (Uservalues specified in the config file are effectively global uservalues that you can use anywhere.) There is a test in the tests directory that illustrates this ('file_uservalue_test'). Which version of rest2web are you using ? You will need at least 0.5.0 beta 2 for this to work I think. Even better is the current version from Subversion : http://svn.rest2web.python-hosting.com/trunk/ Can you try a simple test case with the latest version. If it doesn't work, let me know and I will fix it. If your simple test case works but it still doesn't work for your site then come back to me and we can work it out. All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml > ... > > [uservalues] > version=1.0.0 > > > Then in ReST, I want to be able to refer to this value: > > Latest Version > --------------------------------- > The latest version is <insert version here>. > > > > I tried doing <% version %> in a raw html directive, but that wasn't > the ticket. Could somebody give me a hint? > > BTW, I'm using version 0.4. > > Thanks, > > Don > http://hplip.sf.net > > > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Rest2web-develop mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/rest2web-develop > |
From: dwelch91 <dwe...@gm...> - 2006-08-24 17:52:38
|
I am trying to do something that I think is simple, but I can't seem to figure out to get it to work in rest2web. In the INI file for my site, I want to be able to specify a uservalue like: ... [uservalues] version=1.0.0 Then in ReST, I want to be able to refer to this value: Latest Version --------------------------------- The latest version is <insert version here>. I tried doing <% version %> in a raw html directive, but that wasn't the ticket. Could somebody give me a hint? BTW, I'm using version 0.4. Thanks, Don http://hplip.sf.net |
From: martin f k. <ma...@de...> - 2006-08-21 15:30:12
|
Package: rest2web Version: 0.5.0~beta~svn-r205-1 Severity: normal (Michael, this is just a reminder bug...) /usr/bin/r2w does not come with a manpage and thus is in violation with Debian guidelines. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (750, 'unstable'), (500, 'testing'), (250, 'stable'), (1, 'ex= perimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.17-2-686 Locale: LANG=3Den_GB, LC_CTYPE=3Den_GB.UTF-8 (charmap=3DUTF-8) Versions of packages rest2web depends on: ii python 2.3.5-11 An interactive high-level obje= ct-o ii python-docutils 0.4-3 Utilities for the documentatio= n of ii python-support 0.4.1 automated rebuilding support f= or p rest2web recommends no packages. -- no debconf information --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: <ow...@bu...> - 2006-08-21 15:28:18
|
Processing commands for co...@bu...: > # Automatically generated email from bts, devscripts version 2.9.20 > tags 382717 fixed Bug#382717: commenting restindex/uservalues Tags were: upstream Tags added: fixed > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) |
From: Debian t. w. <no...@he...> - 2006-08-20 21:10:50
|
FYI: The status of the rest2web source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.0~beta~svn-r201-1 -- This email is automatically generated; he...@ma... is responsible. See http://people.debian.org/~henning/trille/ for more information. |
From: Michael F. <fuz...@vo...> - 2006-08-18 16:00:22
|
martin f krafft wrote: > also sprach martin f krafft <ma...@de...> [2006.08.16.1452 +0100]: > >> Now that this is implemented, >> > > Mh, actually... it does not appear to work yet with r203. > > http://svn.madduck.net/phd/web/index.txt > > still produces > > rest2webError: index file has no restindex ! > Yup, known bug. It is a simple fix, which hopefully I will apply tonight. Michael > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Rest2web-develop mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/rest2web-develop > |
From: martin f k. <ma...@de...> - 2006-08-18 13:32:45
|
also sprach martin f krafft <ma...@de...> [2006.08.16.1452 +0100]: > Now that this is implemented, Mh, actually... it does not appear to work yet with r203. http://svn.madduck.net/phd/web/index.txt still produces rest2webError: index file has no restindex ! --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: martin f k. <ma...@de...> - 2006-08-16 15:18:48
|
also sprach Michael Foord <fuz...@vo...> [2006.08.13.0020 +010= 0]: > .. > restindex > # values > /restindex Now that this is implemented, before we harrass upstream too much, would you agree that the following regexp thus should identify rest2web files? /^(\.\.)?[[:space:]]*restindex$/ This will be run over the first 3-5 lines. Cheers, --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: <fuz...@vo...> - 2006-08-14 13:28:55
|
{ran_emo} There have been several fairly major changes to `rest2web <http://www.voidspace.org.uk/python/rest2web/>`_ in `subversion <http://svn.rest2web.python-hosting.com>`_. * The restindex and uservalues for a page (the page metadata basically) can now be in a ReST comment. This means your website source documents can now be valid ReST documents as well. * The macro system has been changed to make it easier to use. (All the standard macros are now built-in). * In force mode (where rest2web will render documents with no metadata) rest2web no longer *requires* a config file. {sm;:-)} More details below. There are also (at least) three more sites online that have been created with rest2web : * `German Website on Text Based Tools <http://www.automatisch.cc/>`_ * `Aikido Club Website <http://www.aikido-verein-hannover.de/>`_ * `Martin Krafft's PHD Pages <http://martin-krafft.net/phd/>`_ .. raw:: html {title;restindex inside comment;3} This change is quite simple, but it means that all your website pages can also be valid ReST documents. You can now put the restindex and uservalues inside a ReST comment : :: .. restindex # values /restindex uservalues # values /uservalues This means that your pages can still contain the rest2web metadata, but also be rendered by `docutils <http://docutils.sourcdeforge.net>`_ individually. .. raw:: html {title;Changes to the Macro System;3} The restweb `Macro System <http://wwwv.voidspace.org.uk/python/rest2web/macros.html>`_ has been simplified. All the standard macros have been moved into the rest2web package, along with the support modules they need. You can still supply your own macros, in the same way as before, by specifying a macros file in your site `Config File <http://wwwv.voidspace.org.uk/python/rest2web/macros.html>`_. This can override any of the built in macros if you wish. {sm;:-)} Two of the standard macros (``smiley`` and ``emoticon``) need to be configured with the URL path to the directory containing the images. If you are using a smiley set other than the one supplied with rest2web, the ``smiley`` macro will also need to know the path to the directory containing the smiley images. You can configure these by supplying them in a ``Macro Paths`` section in your site config file. Shown below with the defaults which are used if you *don't* include these values : :: [Macro Paths] smiley_directory = '' smiley_url = '<% path_to_root %>images/smilies/' emoticon_url = '<% path_to_root %>images/' A blank value for ``smiley_directory`` means use the standard smiley set. {sm;:-)} This change is fully 'backwards compatible' with the old system though. Config files and macro files from before the change will continue to work in the same way. .. raw:: html {title;Config File and Force Mode;3} If rest2web is used in `Force Mode <http://wwwv.voidspace.org.uk/python/rest2web/force_mode.html>`_, it can create a website from a directory (tree) of ReST documents with no metadata. It will even auto-build index pages for directories. It now no longer *requires* a site config file to specify the source and target directories. Simply run ``r2w.py -f``, with no ``r2w.ini`` file. rest2web will start looking for ReST source documents in the current directory. It will create the HTML files in a subdirectory 'html'. (Which means that text files in this directory *won't* be scanned.) You *might* not like the default template for force mode. (On the other hand you might like it very much, it is based on the template used to create the rest2web_ site.) If you want something more minimalistic, you can replace the file ``rest2web/defaults/template.txt`` with something like : :: <html> <head> <title><% title %></title> <meta http-equiv="Content-Type" content="text/html; charset=<% final_encoding %>"> <link rel="stylesheet" href="/stylesheets/docutils.css" type="text/css"> </head> <body> <% body %> </body> </html> This won't include the breadcrumbs or navigation sidebar, but these are easy to add. {sm;:biggrin:} |
From: martin f k. <ma...@de...> - 2006-08-13 07:25:54
|
also sprach Michael Foord <fuz...@vo...> [2006.08.13.0020 +010= 0]: > So the restindex should be allowed to start : >=20 > .. > restindex > # values > /restindex >=20 > uservalues > # values > /uservalues >=20 > Anything else needed ? Nope, this and I'd be a happy camper. --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: Michael F. <fuz...@vo...> - 2006-08-12 23:54:10
|
martin f krafft wrote: > Package: rest2web > Version: 0.5.0~beta~svn-r201-1 > Severity: wishlist > Tags: upstream > > Hi Michael and rest2web-develop, so this is the first bug I file > against the package, but it's actually a wishlist bug against > upstream, so I set the upstream tag. > > Anyway, I was trying today to turn parts of my rest2web site into > LaTeX, and rst2latex fails because of the restindex/uservalues > stuff, which got me thinking... > > ... why not allow the restindex/uservalues stuff to be specified in > a comment? rest2web should still remove that comment from the > output, but it would allow other parsers to process the files. > > So the restindex should be allowed to start : .. restindex # values /restindex uservalues # values /uservalues Anything else needed ? Seems like a reasonable request. Then rest2web pages can be valid reST documents, which might be useful. Michael Foord http://www.voidspace.org.uk/python/index.shtml |
From: martin f k. <ma...@de...> - 2006-08-12 22:41:13
|
Package: rest2web Version: 0.5.0~beta~svn-r201-1 Severity: wishlist Tags: upstream Hi Michael and rest2web-develop, so this is the first bug I file against the package, but it's actually a wishlist bug against upstream, so I set the upstream tag. Anyway, I was trying today to turn parts of my rest2web site into LaTeX, and rst2latex fails because of the restindex/uservalues stuff, which got me thinking... =2E.. why not allow the restindex/uservalues stuff to be specified in a comment? rest2web should still remove that comment from the output, but it would allow other parsers to process the files. To reply to this bug, use the bug number (six digits) and append @bugs.debian.org. It will automatically go to the list as well! If you don't want to send it to the list, insert -quiet between number and @ sign. -submitter and -maintonly would send it to the submitter of a bug and myself (as maintainer) respectively. --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: martin f k. <ma...@ma...> - 2006-08-12 20:33:31
|
also sprach Michael Foord <fuz...@vo...> [2006.08.12.2126 +010= 0]: > Don't you SVN checking rights. ;-) Muahahahahaha. Yes, I do. But I am not convinced at all that .rst is a good idea, and I have submitted the vim syntax file patches already. :) --=20 martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck =20 spamtraps: mad...@ma... =20 "you raise the blade, you make the change you rearrange me till i'm sane. you lock the door, and throw away the key, there's someone in my head but it's not me." -- pink floyd, 1972 |
From: Michael F. <fuz...@vo...> - 2006-08-12 20:25:58
|
martin f krafft wrote: > also sprach Michael Foord <fuz...@vo...> [2006.08.12.2122 +0100]: > >> On the other hand, if you wanted to make this change yourself it should >> be quite easy. >> >> Almost all the code that would need to be changed is in the >> "rest2web.restprocessor.walk" function. >> > > Of course, but I try never to deviate from upstream. > > Don't you SVN checking rights. ;-) My only request would be that you attempt to make corresponding doc changes. I can advise where. Fuzzyman http://www.voidspace.org.uk/python/index.shtml |
From: martin f k. <ma...@ma...> - 2006-08-12 20:23:23
|
also sprach Michael Foord <fuz...@vo...> [2006.08.12.2122 +010= 0]: > On the other hand, if you wanted to make this change yourself it should= =20 > be quite easy. >=20 > Almost all the code that would need to be changed is in the=20 > "rest2web.restprocessor.walk" function. Of course, but I try never to deviate from upstream. --=20 martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck =20 spamtraps: mad...@ma... =20 "nullum magnum ingenium sine mixtura dementiae fuit." -- seneca |
From: Michael F. <fuz...@vo...> - 2006-08-12 20:21:09
|
martin f krafft wrote: > also sprach Michael Foord <fuz...@vo...> [2006.08.12.0034 +0100]: > >> http://docutils.sourceforge.net/FAQ.html#what-s-the-standard-filename-extension-for-a-restructuredtext-file >> > > /me hides > :-) > >> [snip..] >> How would you like it configurable. Would you like it to just read >> '.rst' files as well, preferring (but not requiring) index.txt >> over index.rst ? >> >> What should it do with the filenames if it finds 'xyz.txt' and >> 'xyz.rst' in the same directory ? >> > > I don't have good answers to this. Generally I'd say .rst over .txt, > but now that I've seen the FAQ. > > I've committed a patch to vim upstream to active rst-style syntax > highlighting if /^restindex$/ is found in the first five lines of > a file. This should make it extension-agnostic. > In this case I will leave rest2web as it is, at least in this respect. On the other hand, if you wanted to make this change yourself it should be quite easy. Almost all the code that would need to be changed is in the "rest2web.restprocessor.walk" function. Fuzzyman http://www.voidspace.org.uk/python/index.shtml |
From: martin f k. <ma...@ma...> - 2006-08-11 23:56:50
|
also sprach Michael Foord <fuz...@vo...> [2006.08.12.0034 +010= 0]: > http://docutils.sourceforge.net/FAQ.html#what-s-the-standard-filename-ext= ension-for-a-restructuredtext-file /me hides > 2.4 What's the standard filename extension for a reStructuredText=20 > file? >=20 > It's ".txt". Some people would like to use ".rest" or ".rst" or=20 > ".restx", but why bother? I did not know this. > How would you like it configurable. Would you like it to just read > '.rst' files as well, preferring (but not requiring) index.txt > over index.rst ? >=20 > What should it do with the filenames if it finds 'xyz.txt' and > 'xyz.rst' in the same directory ? I don't have good answers to this. Generally I'd say .rst over .txt, but now that I've seen the FAQ. I've committed a patch to vim upstream to active rst-style syntax highlighting if /^restindex$/ is found in the first five lines of a file. This should make it extension-agnostic. Cheers, --=20 martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck =20 spamtraps: mad...@ma... =20 "ist gott eine erfindung des teufels?" - friedrich nietzsche |
From: Michael F. <fuz...@vo...> - 2006-08-11 23:33:33
|
martin f krafft wrote: > Why did you choose the .txt extension over .rst, btw? Could this be > configured? I'd like to know before I try to write a vim content > parser to get syntax highlighting to work. :) > From : http://docutils.sourceforge.net/FAQ.html#what-s-the-standard-filename-extension-for-a-restructuredtext-file 2.4 What's the standard filename extension for a reStructuredText file? It's ".txt". Some people would like to use ".rest" or ".rst" or ".restx", but why bother? ReStructuredText source files are meant to be readable as plaintext, and most operating systems already associate ".txt" with text files. Using a specialized filename extension would require that users alter their OS settings, which is something that many users will not be willing or able to do. How would you like it configurable. Would you like it to just read '.rst' files as well, preferring (but not requiring) index.txt over index.rst ? What should it do with the filenames if it finds 'xyz.txt' and 'xyz.rst' in the same directory ? Fuzzyman http://www.voidspace.org.uk/python/index.shtml |
From: martin f k. <ma...@ma...> - 2006-08-07 22:12:24
|
also sprach Marc <Ma...@ro...> [2006.08.07.2243 +0100]: > > CONFIRM fd85c7d454b3df9f9d1696ce8d4aca03 Ah, one more reason not to set Reply-To on mailing lists. :) I'll take care of it. --=20 martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck =20 spamtraps: mad...@ma... =20 "it always takes longer than you expect, even when you take into account hofstadter's law." -- douglas hofstadter |
From: Marc <Ma...@ro...> - 2006-08-07 21:43:50
|
On Mon, 07 Aug 2006 16:30:29 -0500 Debian Package Tracking System <pt...@qa...> wrote: > Hello, > > you asked to be subscribed to the "mailing list"[1] for the Debian > source package called rest2web. To complete this process, you > have to reply to this mail by including this command : > CONFIRM fd85c7d454b3df9f9d1696ce8d4aca03 > > On any modern mailer, you just have to hit reply and send the mail. > > If you don't understand why you got this mail, please ignore it, > you won't be subscribed to anything unless you confirm it. > > If you have any problem with this service, please contact > ow...@pa.... > > Thanks, > > [1] This list receives all the bug reports (and the corresponding logs) > for the package "rest2web" that are sent to the Debian > Bug Tracking System. > http://packages.qa.debian.org/rest2web |
From: <ow...@pa...> - 2006-08-07 21:34:10
|
Processing commands for pt...@qa...: > Subject: Your message to Rest2web-develop awaits moderator approval > Your mail to 'Rest2web-develop' with the subject > > CONFIRM fd85c7d454b3df9f9d1696ce8d4aca03 res...@li... has been subscribed to res...@pa.... > > Is being held until the list moderator can review it for approval. > Five lines without new commands: stopping. 1 command(s) successfully treated. Good bye ! |
From: <ow...@pa...> - 2006-08-07 21:30:34
|
Processing commands for pt...@qa...: > Subject: Your mail > subscribe rest2web res...@li... rest2web is neither a source package nor a binary package. It may be a 'pseudo package' or a mistake... A confirmation mail has been sent to res...@li.... > |