Re: [leaf-devel] doc-build - weekly reminder

2007-05-16 Thread Mike Noyes
On Sat, 2007-04-28 at 11:52, KP Kirchdoerfer wrote:
 On Sunday 01 April 2007 16:51:58 Mike Noyes wrote:
  On Sun, 2007-04-01 at 01:17, KP Kirchdoerfer wrote:
   Am Sonntag, 1. April 2007 06:21:29 schrieb Mike Noyes:
I think I had a successful build of our guides. Please check to see if
I'm correct.
  
   there are problems with the layout of the guides.
   E.g. all paragraphs marked as screen are shown as normal paragraphs.
   Don't know yet, if other markup's are affected as well.
 
  KP,
  Thanks for reporting this issue. It looks like the docbook stylesheets
  changed verbatim styling. I'll work on a fix.
 
  http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.html
  Moved verbatim properties to attribute-set
  The hardcoded properties used in verbatim elements
  (literallayout, programlisting, screen) were moved to
  the verbatim.properties attribute-set so they can be
  more easily customized.
 
 
 Hi Mike;
 
 thanks for making docbuild.sh working again; it seems still generating 
 the false layouts as outlined above.

KP,
The SF staff deserve the credit. They re-enabled my crontab on the
shell. I'll try to address the style issues by the end of this weekend.

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: leaf, sitedocs


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-04-28 Thread KP Kirchdoerfer
On Sunday 01 April 2007 16:51:58 Mike Noyes wrote:
 On Sun, 2007-04-01 at 01:17, KP Kirchdoerfer wrote:
  Am Sonntag, 1. April 2007 06:21:29 schrieb Mike Noyes:
   I think I had a successful build of our guides. Please check to see if
   I'm correct.
 
  there are problems with the layout of the guides.
  E.g. all paragraphs marked as screen are shown as normal paragraphs.
  Don't know yet, if other markup's are affected as well.

 KP,
 Thanks for reporting this issue. It looks like the docbook stylesheets
 changed verbatim styling. I'll work on a fix.

 http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.html
 Moved verbatim properties to attribute-set
 The hardcoded properties used in verbatim elements
 (literallayout, programlisting, screen) were moved to
 the verbatim.properties attribute-set so they can be
 more easily customized.


Hi Mike;

thanks for making docbuild.sh working again; it seems still generating 
the false layouts as outlined above.

kp

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-04-01 Thread KP Kirchdoerfer
Am Sonntag, 1. April 2007 06:21:29 schrieb Mike Noyes:
 KP,
 I think I had a successful build of our guides. Please check to see if
 I'm correct.

Mike;

there are problems with the layout of the guides.
E.g. all paragraphs marked as screen are shown as normal paragraphs. Don't 
know yet, if other markup's are affected as well.

kp

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-04-01 Thread Mike Noyes
On Sun, 2007-04-01 at 01:17, KP Kirchdoerfer wrote:
 Am Sonntag, 1. April 2007 06:21:29 schrieb Mike Noyes:
  I think I had a successful build of our guides. Please check to see if
  I'm correct.

 there are problems with the layout of the guides.
 E.g. all paragraphs marked as screen are shown as normal paragraphs. Don't 
 know yet, if other markup's are affected as well.

KP,
Thanks for reporting this issue. It looks like the docbook stylesheets
changed verbatim styling. I'll work on a fix.

http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.html
Moved verbatim properties to attribute-set
The hardcoded properties used in verbatim elements
(literallayout, programlisting, screen) were moved to
the verbatim.properties attribute-set so they can be
more easily customized.

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: leaf, sitedocs


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-03-31 Thread Mike Noyes
On Thu, 2007-03-29 at 13:51, Charles Steinkuehler wrote:
 Looks like they're using extended pattern matching (the +([0-9])
 portions of the rm statement, which will match any number of digits).
 
 To make bash happy with this syntax, set extglob to on with:
 
   shopt -s extglob
 
 before trying to run the lock_unlock code.

Charles,
It worked like a charm, once I remembered child bash scripts don't
inherit environment variables from the parent. I placed the shopt
command in lock_unlock, and all is well. :-)

KP,
I think I had a successful build of our guides. Please check to see if
I'm correct.

Everyone,
I need to make a few more modifications to the shell script before I
commit the working version to cvs. I apologize for taking so long to
accomplish this task.

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: leaf, sitedocs


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-03-29 Thread Mike Noyes
On Tue, 2007-03-20 at 11:24, Mike Noyes wrote:
 I just committed the lockfile replacement script Charles recommended to
 our repository. Please look it over, and I'll try to incorporate it into
 doc-build.sh tomorrow.

Everyone,
I just tried to integrate lock_unlock, and ran into a problem.

/home/groups/l/le/leaf/admin/lock_unlock: line 34: syntax error near 
unexpected token `('
/home/groups/l/le/leaf/admin/lock_unlock: line 34: `  rm -f 
${name}.+([0-9]).+([0-9])'

Any help with this problem is appreciated. The lock_unlock file is in
our cvs repository.

http://leaf.cvs.sourceforge.net/leaf/sourceforge/admin/

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: leaf, sitedocs


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-03-29 Thread Charles Steinkuehler
Mike Noyes wrote:
 On Tue, 2007-03-20 at 11:24, Mike Noyes wrote:
 I just committed the lockfile replacement script Charles recommended to
 our repository. Please look it over, and I'll try to incorporate it into
 doc-build.sh tomorrow.
 
 Everyone,
 I just tried to integrate lock_unlock, and ran into a problem.
 
 /home/groups/l/le/leaf/admin/lock_unlock: line 34: syntax error near 
 unexpected token `('
 /home/groups/l/le/leaf/admin/lock_unlock: line 34: `  rm -f 
 ${name}.+([0-9]).+([0-9])'
 
 Any help with this problem is appreciated. The lock_unlock file is in
 our cvs repository.

Looks like they're using extended pattern matching (the +([0-9])
portions of the rm statement, which will match any number of digits).

To make bash happy with this syntax, set extglob to on with:

  shopt -s extglob

before trying to run the lock_unlock code.

-- 
Charles Steinkuehler
[EMAIL PROTECTED]

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


[leaf-devel] doc-build - weekly reminder

2007-03-20 Thread KP Kirchdoerfer
Hello Mike;

./doc-build.sh: line 61: lockfile: command not found
ERROR # 127 : Lockfile creation failed.
-bash-3.00$ 

Do I have to make a cronjob out of this?

:)

kp

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-03-20 Thread Mike Noyes
On Tue, 2007-03-20 at 09:42, KP Kirchdoerfer wrote:
 Hello Mike;
 
 ./doc-build.sh: line 61: lockfile: command not found
 ERROR # 127 : Lockfile creation failed.
 -bash-3.00$ 
 
 Do I have to make a cronjob out of this?

KP,
I'll try to attend to that today or tomorrow. I'm sorry for the delay.
The wiki beta took priority for me.

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: leaf, sitedocs


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-03-20 Thread KP Kirchdoerfer
Am Dienstag, 20. März 2007 19:53:38 schrieb Mike Noyes:
 On Tue, 2007-03-20 at 09:42, KP Kirchdoerfer wrote:
  Hello Mike;
 
  ./doc-build.sh: line 61: lockfile: command not found
  ERROR # 127 : Lockfile creation failed.
  -bash-3.00$
 
  Do I have to make a cronjob out of this?

 KP,
 I'll try to attend to that today or tomorrow. I'm sorry for the delay.
 The wiki beta took priority for me.

Mike,
(you deleted my smiley in your response  - I didn't want to sound that harsh)

Ok. I saw your work on wiki beta and it is appreciated. 
Speaking for myself I don't bother to use docbook or wiki - both are different 
from my preferred editor e3. Improving the current working, and most 
completed, docs and guides has priority on my agenda.

kp 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-03-20 Thread Mike Noyes
On Tue, 2007-03-20 at 10:03, KP Kirchdoerfer wrote:
 Am Dienstag, 20. März 2007 19:53:38 schrieb Mike Noyes:
  On Tue, 2007-03-20 at 09:42, KP Kirchdoerfer wrote:
   Hello Mike;
  
   ./doc-build.sh: line 61: lockfile: command not found
   ERROR # 127 : Lockfile creation failed.
   -bash-3.00$
  
   Do I have to make a cronjob out of this?
 
  KP,
  I'll try to attend to that today or tomorrow. I'm sorry for the delay.
  The wiki beta took priority for me.
 
 Mike,
 (you deleted my smiley in your response  - I didn't want to sound that harsh)

KP,
You didn't. I apologize for snipping relevant context. :-(

Everyone,
I just committed the lockfile replacement script Charles recommended to
our repository. Please look it over, and I'll try to incorporate it into
doc-build.sh tomorrow.

 Ok. I saw your work on wiki beta and it is appreciated.
 Speaking for myself I don't bother to use docbook or wiki - both are 
 different 
 from my preferred editor e3. Improving the current working, and most 
 completed, docs and guides has priority on my agenda.

KP,
The nice thing about wiki and docbook is both are editable with plain
text editors. However, DocBook's schema/dtd is more complex than a wiki.
This usually means DocBook requires extensive knowledge to edit without
a dtd/schema aware editor (e.g. XXE).

The bering uclibc team is doing an excellent job with the guides. I only
see the wiki adding, not detracting from that effort.

-- 
Mike Noyes mhnoyes at users.sourceforge.net
http://sourceforge.net/users/mhnoyes/
SF.net Projects: leaf, sitedocs


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] doc-build - weekly reminder

2007-03-20 Thread KP Kirchdoerfer
Am Dienstag, 20. März 2007 20:24:07 schrieb Mike Noyes:
 On Tue, 2007-03-20 at 10:03, KP Kirchdoerfer wrote:
  Am Dienstag, 20. März 2007 19:53:38 schrieb Mike Noyes:
   On Tue, 2007-03-20 at 09:42, KP Kirchdoerfer wrote:
Hello Mike;
   
./doc-build.sh: line 61: lockfile: command not found
ERROR # 127 : Lockfile creation failed.
-bash-3.00$
   
Do I have to make a cronjob out of this?
  
   KP,
   I'll try to attend to that today or tomorrow. I'm sorry for the delay.
   The wiki beta took priority for me.
 
  Mike,
  (you deleted my smiley in your response  - I didn't want to sound that
  harsh)

 KP,
 You didn't. I apologize for snipping relevant context. :-(

Ah, ok; no problem.

 Everyone,
 I just committed the lockfile replacement script Charles recommended to
 our repository. Please look it over, and I'll try to incorporate it into
 doc-build.sh tomorrow.

  Ok. I saw your work on wiki beta and it is appreciated.
  Speaking for myself I don't bother to use docbook or wiki - both are
  different from my preferred editor e3. Improving the current working, and
  most completed, docs and guides has priority on my agenda.

 KP,
 The nice thing about wiki and docbook is both are editable with plain
 text editors. However, DocBook's schema/dtd is more complex than a wiki.
 This usually means DocBook requires extensive knowledge to edit without
 a dtd/schema aware editor (e.g. XXE).

 The bering uclibc team is doing an excellent job with the guides. I only
 see the wiki adding, not detracting from that effort.

I fully agree that a wiki can be a good addition to the existing docs. IMHO 
esp. smaller stuff like man-pages, how-to's and more fluent docs like a FAQ 
will benefit from a wiki.

kp

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel