<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
If I wrote a guide on setting up the Nvidia SDK for CUDA with OpenCL implementation, would it go in the fedora docs? &nbsp;Or.......is there a wiki place for something like this. &nbsp;I would like to do it for my own reference as well as for others. &nbsp;Thnks. &nbsp;All replies are welcome.<div><br></div><div>William(tertl3)<br><br>&gt; From: docs-request@lists.fedoraproject.org<br>&gt; Subject: docs Digest, Vol 79, Issue 15<br>&gt; To: docs@lists.fedoraproject.org<br>&gt; Date: Sat, 18 Sep 2010 12:00:08 +0000<br>&gt; <br>&gt; Send docs mailing list submissions to<br>&gt;         docs@lists.fedoraproject.org<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         https://admin.fedoraproject.org/mailman/listinfo/docs<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         docs-request@lists.fedoraproject.org<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         docs-owner@lists.fedoraproject.org<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of docs digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. Re: Docs site (Justin Clift)<br>&gt;    2. Re: Docs site (daniel cabrera)<br>&gt;    3. Re: Docs site (Mike McGrath)<br>&gt;    4. Re: Fwd: SE Linux docs (Karsten Wade)<br>&gt;    5. Re: Fwd: SE Linux docs (John J. McDonough)<br>&gt;    6. Re: Fwd: SE Linux docs (Paul W. Frields)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Fri, 17 Sep 2010 22:04:49 +1000<br>&gt; From: Justin Clift &lt;justin@salasaga.org&gt;<br>&gt; Subject: Re: Docs site<br>&gt; To: For participants of the Documentation Project<br>&gt;         &lt;docs@lists.fedoraproject.org&gt;<br>&gt; Cc: Piotr Dr?g &lt;piotrdrag@gmail.com&gt;<br>&gt; Message-ID: &lt;4C935961.3060805@salasaga.org&gt;<br>&gt; Content-Type: text/plain; charset=UTF-8; format=flowed<br>&gt; <br>&gt; On 09/17/2010 04:24 PM, Piotr Dr?g wrote:<br>&gt; &lt;snip&gt;<br>&gt; &gt; Anyway, reverting a bad commit is easy, basically it's "git revert<br>&gt; &gt; commit_hash". Commit hash can be obtained from some git command I<br>&gt; &gt; don't know or from my favorite gitweb. :)<br>&gt; <br>&gt; (in case it's useful, or anyone's curious)<br>&gt; <br>&gt; The command "git log" could be what you want.  It shows the history<br>&gt; of what has been committed, with the most recent first, then the commit<br>&gt; before it, then the one before that, and so on:<br>&gt; <br>&gt;    $ git log<br>&gt;    commit 10c592801c32247d1d82520df17ae409d2e55fc7<br>&gt;    Author: Eric Blake &lt;eblake@redhat.com&gt;<br>&gt;    Date:   Thu Sep 9 20:32:50 2010 -0600<br>&gt; <br>&gt;        tests: clean up qemuargv2xmltest<br>&gt; <br>&gt;        Since commit 107a7bd06bc, the extraFlags argument was unused.<br>&gt; <br>&gt;        * tests/qemuargv2xmltest.c (DO_TEST): Drop extraFlags argument.<br>&gt;        Adjust all callers.<br>&gt; <br>&gt;    commit df1718cc7366296be4ab71c830cc2b93e505ceec<br>&gt;    Author: Justin Clift &lt;jclift@redhat.com&gt;<br>&gt;    Date:   Thu Sep 16 22:14:18 2010 +1000<br>&gt; <br>&gt;        docs: reworked the policykit patch submitted by Patrick Dignan<br>&gt; <br>&gt;        Tweaked the PolicyKit documentation improvement patch submitted<br>&gt;        by Patrick Dignan.<br>&gt; <br>&gt;        Additionally, removed the reference to PolicyKit.conf, which is<br>&gt;        no longer used by PolicyKit, plus added a link to the expanded<br>&gt;        PolicyKit example page on the wiki.<br>&gt; <br>&gt;    commit 5bc4307597d382ab8a951feee0daf13439926238<br>&gt;    &lt;snip&gt;<br>&gt; <br>&gt; There's also a "--oneline" version:<br>&gt; <br>&gt;    $ git log --oneline<br>&gt;    10c5928 tests: clean up qemuargv2xmltest<br>&gt;    df1718c docs: reworked the policykit patch submitted by Patrick Dignan<br>&gt;    5bc4307 docs: fix the xml validity errors regarding name and id<br>&gt;    8ae354f build: avoid non-portable IPv6 struct member, for MacOS X<br>&gt;    58ba49a virsh: change wexitstatus order to allow compilation on mac osx<br>&gt;    63d1b07 libvirtd: improve the error message displayed on tls client <br>&gt; auth failure<br>&gt;    8a93daf maint: silence warning from libtool<br>&gt;    38ba6e1 Rebuild network filter for UML guests on updates<br>&gt; <br>&gt; I'm not a git expert, it's just something I'm learning from necessity. :)<br>&gt; <br>&gt; Regards and best wishes,<br>&gt; <br>&gt; Justin Clift<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Fri, 17 Sep 2010 10:27:12 -0300<br>&gt; From: daniel cabrera &lt;logan@fedoraproject.org&gt;<br>&gt; Subject: Re: Docs site<br>&gt; To: For participants of the Documentation Project<br>&gt;         &lt;docs@lists.fedoraproject.org&gt;<br>&gt; Message-ID: &lt;1284730032.27493.17.camel@ulysses&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; On Fri, 2010-09-17 at 08:24 +0200, Piotr Dr?g wrote:<br>&gt; &gt; 2010/9/17 daniel cabrera &lt;logan@fedoraproject.org&gt;:<br>&gt; &gt; &gt; On Thu, 2010-09-16 at 21:59 -0500, Mike McGrath wrote:<br>&gt; &gt; &gt;&gt; can you revert it?<br>&gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; I think so, but I'd like some guidance... I don't want to make things<br>&gt; &gt; &gt; worse.<br>&gt; &gt; &gt; I'm on the IRC.<br>&gt; &gt; &gt;<br>&gt; &gt; <br>&gt; &gt; I'm very sorry, it appears I've noticed the problem and reverted this<br>&gt; &gt; commit before I've read your e-mails. I hope I didn't get in your way<br>&gt; &gt; or something.<br>&gt; &gt; <br>&gt; &gt; Anyway, reverting a bad commit is easy, basically it's "git revert<br>&gt; &gt; commit_hash". Commit hash can be obtained from some git command I<br>&gt; &gt; don't know or from my favorite gitweb. :)<br>&gt; &gt; <br>&gt; &gt; -- <br>&gt; &gt; Piotr Dr?g<br>&gt; <br>&gt; Well, I guess everything is back to normal.<br>&gt; Nick and Piotr, thank you very much for helping me to clean up my mess.<br>&gt; Now I know what was my mistake and it won't happen again.<br>&gt; See you around, logan.<br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: not available<br>&gt; Type: application/pgp-signature<br>&gt; Size: 490 bytes<br>&gt; Desc: This is a digitally signed message part<br>&gt; Url : http://lists.fedoraproject.org/pipermail/docs/attachments/20100917/8e5f2a39/attachment-0001.bin <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Fri, 17 Sep 2010 13:13:45 -0500 (CDT)<br>&gt; From: Mike McGrath &lt;mmcgrath@redhat.com&gt;<br>&gt; Subject: Re: Docs site<br>&gt; To: For participants of the Documentation Project<br>&gt;         &lt;docs@lists.fedoraproject.org&gt;<br>&gt; Message-ID: &lt;alpine.LFD.2.00.1009171313220.2351@laptop1.mmcgrath.net&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; On Fri, 17 Sep 2010, daniel cabrera wrote:<br>&gt; <br>&gt; &gt; On Fri, 2010-09-17 at 08:24 +0200, Piotr Dr?g wrote:<br>&gt; &gt; &gt; 2010/9/17 daniel cabrera &lt;logan@fedoraproject.org&gt;:<br>&gt; &gt; &gt; &gt; On Thu, 2010-09-16 at 21:59 -0500, Mike McGrath wrote:<br>&gt; &gt; &gt; &gt;&gt; can you revert it?<br>&gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt; I think so, but I'd like some guidance... I don't want to make things<br>&gt; &gt; &gt; &gt; worse.<br>&gt; &gt; &gt; &gt; I'm on the IRC.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I'm very sorry, it appears I've noticed the problem and reverted this<br>&gt; &gt; &gt; commit before I've read your e-mails. I hope I didn't get in your way<br>&gt; &gt; &gt; or something.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Anyway, reverting a bad commit is easy, basically it's "git revert<br>&gt; &gt; &gt; commit_hash". Commit hash can be obtained from some git command I<br>&gt; &gt; &gt; don't know or from my favorite gitweb. :)<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; Piotr Dr?g<br>&gt; &gt;<br>&gt; &gt; Well, I guess everything is back to normal.<br>&gt; &gt; Nick and Piotr, thank you very much for helping me to clean up my mess.<br>&gt; &gt; Now I know what was my mistake and it won't happen again.<br>&gt; &gt; See you around, logan.<br>&gt; &gt;<br>&gt; <br>&gt; I just realized I never sent a note to the list, yes everything is back to<br>&gt; normal.  Thanks to everyone for the quick response.<br>&gt; <br>&gt;         -Mike<br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 4<br>&gt; Date: Fri, 17 Sep 2010 13:32:46 -0700<br>&gt; From: Karsten Wade &lt;kwade@redhat.com&gt;<br>&gt; Subject: Re: Fwd: SE Linux docs<br>&gt; To: docs@lists.fedoraproject.org<br>&gt; Message-ID: &lt;20100917203246.GA31949@calliope.phig.org&gt;<br>&gt; Content-Type: text/plain; charset="us-ascii"<br>&gt; <br>&gt; On Mon, Sep 13, 2010 at 08:00:18PM -0400, Paul Frields wrote:<br>&gt; &gt; Hello Docs team and Publican knowledge-meisters,<br>&gt; &gt; <br>&gt; &gt; I received this email from a contributor and tested his results. This<br>&gt; &gt; appears to be a valid bug. How can we properly link to the interior of<br>&gt; &gt; a document on the docs.fedoraproject.org site?  All targets seem to<br>&gt; &gt; take one to the top of a document, which is not only unhelpful, but<br>&gt; &gt; breaks the simple principle of least surprise.<br>&gt; <br>&gt; We might also want to have SELinux Troubleshooter point to a wiki<br>&gt; page, and we can update that wiki page with links to the latest guide<br>&gt; or FAQ.<br>&gt; <br>&gt; It's a bit unclear to me where the bug lies.  I see:<br>&gt; <br>&gt; 1. SELinux Troubleshooter is deep linking when maybe it should go to a<br>&gt; wiki page.<br>&gt; <br>&gt; 2. The SELinux FAQ has a section without an ID tag.<br>&gt; <br>&gt; 3. The SELinux FAQ has a broken link to itself.<br>&gt; <br>&gt; - Karsten<br>&gt; <br>&gt; &gt; Paul<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ---------- Forwarded message ----------<br>&gt; &gt; From: Dan Haskell &lt;geekus.org@gmail.com&gt;<br>&gt; &gt; Date: Mon, Sep 13, 2010 at 2:00 PM<br>&gt; &gt; Subject: SE Linux docs<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Clicked on the link in the SELinux Security Alerts screen that says<br>&gt; &gt; "You can generate a local policy module to allow this access - see<br>&gt; &gt; FAQ" and it takes me to:<br>&gt; &gt; <br>&gt; &gt; http://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/#id2961385<br>&gt; &gt; <br>&gt; &gt; Which is the top of the whole document. :(<br>&gt; &gt; <br>&gt; &gt; So, I find the link there that says "To see how to write a simple<br>&gt; &gt; policy module, check out Local Policy Customizations. " and it takes<br>&gt; &gt; me to:<br>&gt; &gt; <br>&gt; &gt; http://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/index.html#faq-entry-local.te<br>&gt; &gt; <br>&gt; &gt; Which, again, is the top of the whole document. Sigh.<br>&gt; &gt; <br>&gt; &gt; Please don't respond with a link to the correct document. Someone<br>&gt; &gt; needs to fix this. People hate SELinux enough already...<br>&gt; &gt; <br>&gt; &gt; Dan<br>&gt; &gt; -- <br>&gt; &gt; docs mailing list<br>&gt; &gt; docs@lists.fedoraproject.org<br>&gt; &gt; To unsubscribe: <br>&gt; &gt; https://admin.fedoraproject.org/mailman/listinfo/docs<br>&gt; <br>&gt; -- <br>&gt; name:  Karsten 'quaid' Wade, Sr. Community Gardener<br>&gt; team:                Red Hat Community Architecture <br>&gt; uri:               http://TheOpenSourceWay.org/wiki<br>&gt; gpg:                                       AD0E0C41<br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: not available<br>&gt; Type: application/pgp-signature<br>&gt; Size: 189 bytes<br>&gt; Desc: not available<br>&gt; Url : http://lists.fedoraproject.org/pipermail/docs/attachments/20100917/9459ca0c/attachment-0001.bin <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 5<br>&gt; Date: Fri, 17 Sep 2010 17:21:03 -0400<br>&gt; From: "John J. McDonough" &lt;wb8rcr@arrl.net&gt;<br>&gt; Subject: Re: Fwd: SE Linux docs<br>&gt; To: For participants of the Documentation Project<br>&gt;         &lt;docs@lists.fedoraproject.org&gt;<br>&gt; Message-ID: &lt;1284758463.7672.9.camel@Aidan&gt;<br>&gt; Content-Type: text/plain; charset="UTF-8"<br>&gt; <br>&gt; On Fri, 2010-09-17 at 13:32 -0700, Karsten Wade wrote:<br>&gt; &gt; On Mon, Sep 13, 2010 at 08:00:18PM -0400, Paul Frields wrote:<br>&gt; &gt; &gt; Hello Docs team and Publican knowledge-meisters,<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; I received this email from a contributor and tested his results. This<br>&gt; &gt; &gt; appears to be a valid bug. How can we properly link to the interior of<br>&gt; &gt; &gt; a document on the docs.fedoraproject.org site?  All targets seem to<br>&gt; &gt; &gt; take one to the top of a document, which is not only unhelpful, but<br>&gt; &gt; &gt; breaks the simple principle of least surprise.<br>&gt; &gt; <br>&gt; &gt; We might also want to have SELinux Troubleshooter point to a wiki<br>&gt; &gt; page, and we can update that wiki page with links to the latest guide<br>&gt; &gt; or FAQ.<br>&gt; &gt; <br>&gt; &gt; It's a bit unclear to me where the bug lies.  I see:<br>&gt; &gt; <br>&gt; &gt; 1. SELinux Troubleshooter is deep linking when maybe it should go to a<br>&gt; &gt; wiki page.<br>&gt; &gt; <br>&gt; &gt; 2. The SELinux FAQ has a section without an ID tag.<br>&gt; &gt; <br>&gt; &gt; 3. The SELinux FAQ has a broken link to itself.<br>&gt; &gt; <br>&gt; &gt; - Karsten<br>&gt; &gt; <br>&gt; &gt; &gt; Paul<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; <br>&gt; &gt; &gt; ---------- Forwarded message ----------<br>&gt; &gt; &gt; From: Dan Haskell &lt;geekus.org@gmail.com&gt;<br>&gt; &gt; &gt; Date: Mon, Sep 13, 2010 at 2:00 PM<br>&gt; &gt; &gt; Subject: SE Linux docs<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; <br>&gt; &gt; &gt; Clicked on the link in the SELinux Security Alerts screen that says<br>&gt; &gt; &gt; "You can generate a local policy module to allow this access - see<br>&gt; &gt; &gt; FAQ" and it takes me to:<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; http://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/#id2961385<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; Which is the top of the whole document. :(<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; So, I find the link there that says "To see how to write a simple<br>&gt; &gt; &gt; policy module, check out Local Policy Customizations. " and it takes<br>&gt; &gt; &gt; me to:<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; http://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/index.html#faq-entry-local.te<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; Which, again, is the top of the whole document. Sigh.<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; Please don't respond with a link to the correct document. Someone<br>&gt; &gt; &gt; needs to fix this. People hate SELinux enough already...<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; Dan<br>&gt; &gt; &gt; -- <br>&gt; <br>&gt; This is a tad confusing because there are multiple things going on.  We<br>&gt; (relatively) recently reorganized docs.fp.o to support Publican<br>&gt; publishing and managing the site with git.  As a result, a lot of links<br>&gt; in old documents were broken.  Sometimes new documents simply replaced<br>&gt; f12 with f13, which means even some new documents don't point to the<br>&gt; right place.  I believe the site essentially redirects 404's to the top<br>&gt; of the site.<br>&gt; <br>&gt; However, this specific document has some rather peculiar behavior, which<br>&gt; makes me wonder just how it was produced.  Even the table of contents<br>&gt; doesn't work reliably, something that is not evident on other documents.<br>&gt; <br>&gt; In addition, some things on docs.fp.o seem not quite right.  We had an<br>&gt; event last night where over 150,000 pages were committed and I'm not<br>&gt; sure we have totally recovered from that event.<br>&gt; <br>&gt; But, I do think there is something peculiar about this particular<br>&gt; document, and it might be helpful to rebuild and republish it.<br>&gt; <br>&gt; Since you are the author, did you test it before publishing?  Does this<br>&gt; behavior exist on a local copy?  Is the copy on docs.fp.o actually the<br>&gt; same as the one you committed?<br>&gt; <br>&gt; --McD<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 6<br>&gt; Date: Fri, 17 Sep 2010 17:39:50 -0400<br>&gt; From: "Paul W. Frields" &lt;stickster@gmail.com&gt;<br>&gt; Subject: Re: Fwd: SE Linux docs<br>&gt; To: docs@lists.fedoraproject.org<br>&gt; Message-ID: &lt;20100917213950.GQ3855@victoria.internal.frields.org&gt;<br>&gt; Content-Type: text/plain; charset=us-ascii<br>&gt; <br>&gt; On Fri, Sep 17, 2010 at 01:32:46PM -0700, Karsten Wade wrote:<br>&gt; &gt; On Mon, Sep 13, 2010 at 08:00:18PM -0400, Paul Frields wrote:<br>&gt; &gt; &gt; Hello Docs team and Publican knowledge-meisters,<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; I received this email from a contributor and tested his results. This<br>&gt; &gt; &gt; appears to be a valid bug. How can we properly link to the interior of<br>&gt; &gt; &gt; a document on the docs.fedoraproject.org site?  All targets seem to<br>&gt; &gt; &gt; take one to the top of a document, which is not only unhelpful, but<br>&gt; &gt; &gt; breaks the simple principle of least surprise.<br>&gt; &gt; <br>&gt; &gt; We might also want to have SELinux Troubleshooter point to a wiki<br>&gt; &gt; page, and we can update that wiki page with links to the latest guide<br>&gt; &gt; or FAQ.<br>&gt; &gt; <br>&gt; &gt; It's a bit unclear to me where the bug lies.  I see:<br>&gt; &gt; <br>&gt; &gt; 1. SELinux Troubleshooter is deep linking when maybe it should go to a<br>&gt; &gt; wiki page.<br>&gt; &gt; <br>&gt; &gt; 2. The SELinux FAQ has a section without an ID tag.<br>&gt; &gt; <br>&gt; &gt; 3. The SELinux FAQ has a broken link to itself.<br>&gt; <br>&gt; Possibly:<br>&gt; <br>&gt; 4. The subject matter is now explored so widely that the SELinux Guide<br>&gt; is where we should collect all the material, and then link to the<br>&gt; appropriate section which has an relatively unchanging URL.<br>&gt; <br>&gt; -- <br>&gt; Paul W. Frields                                http://paul.frields.org/<br>&gt;   gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717<br>&gt;   http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/<br>&gt;           Where open source multiplies: http://opensource.com<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; --<br>&gt; docs mailing list<br>&gt; docs@lists.fedoraproject.org<br>&gt; https://admin.fedoraproject.org/mailman/listinfo/docs<br>&gt; <br>&gt; End of docs Digest, Vol 79, Issue 15<br>&gt; ************************************<br></div>                                               </body>
</html>