Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.hurd.bug > #12044

Re: Doc Writer for GNU Hurd for The GNU Hurd

Path csiph.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From Joshua Branson <jbranso@dismail.de>
Newsgroups gnu.hurd.bug
Subject Re: Doc Writer for GNU Hurd for The GNU Hurd
Date Tue, 18 Aug 2020 10:56:42 -0400
Lines 78
Approved bug-hurd@gnu.org
Message-ID <mailman.222.1597762612.2469.bug-hurd@gnu.org> (permalink)
References <87zh6st5ry.fsf@dismail.de> <4df7ed0fa11337b4d1dadf497eb99d3e@dismail.de> <6b14968b484848c0fd47e4fec9d75e0f@dismail.de> <87imdgq9xx.fsf@dismail.de>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain
X-Trace usenet.stanford.edu 1597762612 14559 209.51.188.17 (18 Aug 2020 14:56:52 GMT)
X-Complaints-To action@cs.stanford.edu
To bug-hurd@gnu.org
Envelope-to bug-hurd@gnu.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=20190914; bh=jZkGNFz2xUWrrGBXqrRAE5UJGvvUseLNEi EnbO+zKZo=; b=OsbLDMkiM915MyK1NFm+S57QRDNtuflm91Xkrj/4W+BlRhIRVK IpVTMoj2AN9cA5EPV+s0iCT8pOGZ0yB+QYpzo7K9EmCE7m5ZaJqploZN0T6ILAG5 kK7QbaYwxt4zPZAcsTCeZyRafHRiGHpnzC+qZUFB8i4uiZ8Ur/BJal9rlhfkmJcG xlfObo7WV1A0mdi/vkvzlICxQz7WY3J7G4W8I/Yg6SfvpD9crGLGQmpVC+j+Gp1C gTyBS7jZjQZMReB2K9nT+hGcKZECs84OBxlxim6UxvWSBkAx8T2cWzncGiRst+wC yX9GjKoGDoVuoIfFnW/SZpEU4Bvbj/Ti44cQ==
Mail-Followup-To bug-hurd@gnu.org
In-Reply-To <6b14968b484848c0fd47e4fec9d75e0f@dismail.de> (mertgor@dismail.de's message of "Tue, 18 Aug 2020 14:32:34 +0000")
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Received-SPF pass client-ip=78.46.223.134; envelope-from=jbranso@dismail.de; helo=mx1.dismail.de
X-detected-operating-system by eggs.gnu.org: First seen = 2020/08/18 09:58:31
X-ACL-Warn Detected OS = ???
X-Spam_score_int -43
X-Spam_score -4.4
X-Spam_bar ----
X-Spam_report (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no
X-Spam_action no action
X-BeenThere bug-hurd@gnu.org
X-Mailman-Version 2.1.23
Precedence list
List-Id Bug reports for the GNU Hurd <bug-hurd.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-hurd>, <mailto:bug-hurd-request@gnu.org?subject=unsubscribe>
List-Archive <https://lists.gnu.org/archive/html/bug-hurd>
List-Post <mailto:bug-hurd@gnu.org>
List-Help <mailto:bug-hurd-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-hurd>, <mailto:bug-hurd-request@gnu.org?subject=subscribe>
X-Mailman-Original-Message-ID <87imdgq9xx.fsf@dismail.de>
X-Mailman-Original-References <87zh6st5ry.fsf@dismail.de> <4df7ed0fa11337b4d1dadf497eb99d3e@dismail.de> <6b14968b484848c0fd47e4fec9d75e0f@dismail.de>
Xref csiph.com gnu.hurd.bug:12044

Show key headers only | View raw


mertgor@dismail.de writes:

> Thanks all!
>
> I have a limited network connection, so i'll start with texts, could
> you please send me a part of "Hurd", which i can fix the text about
> it, make it up to date, etc...
>

Of course!  You'll love this project!  It'll be super fun and totally
cool!

Take a look at this page:

https://www.gnu.org/software/hurd/hurd/translator/xmlfs.html

The Hurd has an xml translator!  How cool is that?  You can mount an xml
file, and use standard coreutils to access the file?

image running:

#+BEGIN_SRC sh
$ settrans -a /hurd/xmlfs /path/to/xml/file.xml
$ cd file.xml
$ ls
head
body
$ cd body
$ ls
div
h1
p
footer
#+END_SRC

Do you see the problem?  There is no guide on that webpage about how to
do it!

https://www.gnu.org/software/hurd/hurd/translator/xmlfs.html

You have to know about this page to learn how to use it:

http://www.nongnu.org/hurdextras/#xmlfs

Specifically this file:

http://cvs.savannah.nongnu.org/viewvc/*checkout*/hurdextras/xmlfs/README

You could write up a web guide to put on the Hurd website here:

https://www.gnu.org/software/hurd/hurd/translator/xmlfs.html

You can change that xmlfs.html file to say:

The xmlfs translator does this and that, and it's terribly cool and you
should try it right now!  Do these command to play with it:

#+BEGIN_SRC sh
your commands here
#+END_SRC

If you do this, and Samuel commits the change, then I will consider
uploading a silly video of me dancing and congratulating you!

"You can have whatever you want, as long as you help enough other
people get what they want."

-Zig Ziglar

>>
>> --
>> Joshua Branson
>> Sent from Emacs and Gnus

--
Joshua Branson
Sent from Emacs and Gnus

Back to gnu.hurd.bug | Previous | Next | Find similar


Thread

Re: Doc Writer for GNU Hurd for The GNU Hurd Joshua Branson <jbranso@dismail.de> - 2020-08-18 10:56 -0400

csiph-web