On Tue, Apr 27, 2010 at 1:29 PM, Paul Grinberg <gri6...@gmail.com> wrote:
> Did you know that our wiki has the ability to do syntax highlighting for
> code? For example, you can do
On Tue, Apr 27, 2010 at 4:29 PM, Paul Grinberg <gri6...@gmail.com> wrote:
> Did you know that our wiki has the ability to do syntax highlighting for
> code? For example, you can do
> With DokuWiki, you can turn the code blocks into downloadable files. Can
> this also be done with MediaWiki?
Probably with a plugin...
But can dokuwiki make everyone feel warm and fuzzy inside like mediawiki
can? The answer is no unfortunately. I'd rather have used dokuwiki for
everything as well but more people are editing the wiki now than did before
because more ppl are familiar with mediawiki. I'm not making stuff up just
to make it appear better, just stating a fact.
On Wed, Apr 28, 2010 at 9:54 AM, devnet <dev...@gmail.com> wrote:
> Probably with a plugin...
> But can dokuwiki make everyone feel warm and fuzzy inside like mediawiki
> can? The answer is no unfortunately. I'd rather have used dokuwiki for
> everything as well but more people are editing the wiki now than did before
> because more ppl are familiar with mediawiki. I'm not making stuff up just
> to make it appear better, just stating a fact.
Hey, I'm not saying that. I'm just saying here's some functionality of
DokuWiki that I really like, can we please get this functionality on our
wiki?
On Wed, Apr 28, 2010 at 10:04 AM, Kaleb <djj...@gmail.com> wrote:
> On Wed, Apr 28, 2010 at 9:54 AM, devnet <dev...@gmail.com> wrote:
>> Probably with a plugin...
>> But can dokuwiki make everyone feel warm and fuzzy inside like mediawiki
>> can? The answer is no unfortunately. I'd rather have used dokuwiki for
>> everything as well but more people are editing the wiki now than did before
>> because more ppl are familiar with mediawiki. I'm not making stuff up just
>> to make it appear better, just stating a fact.
> Hey, I'm not saying that. I'm just saying here's some functionality of
> DokuWiki that I really like, can we please get this functionality on our
> wiki?
On Tue, Apr 27, 2010 at 9:17 PM, dillj <the.l...@gmail.com> wrote:
> Oooo... pretty colors...
> wait,. what's the elephant doing there?
> -
> thnks Paul and JMan for the work you've been putting in the wiki
I just mess things up everyone else just fixes them. In Arizona that's
what we're good at I hear from the media screwing up laws and trying
to force the government to fix it. Still at the very least I am proud
of my small wiki work and even my state :)
On Wed, Apr 28, 2010 at 9:27 AM, devnet <dev...@gmail.com> wrote:
> On Wed, Apr 28, 2010 at 10:04 AM, Kaleb <djj...@gmail.com> wrote:
>> On Wed, Apr 28, 2010 at 9:54 AM, devnet <dev...@gmail.com> wrote:
>>> Probably with a plugin...
>>> But can dokuwiki make everyone feel warm and fuzzy inside like mediawiki
>>> can? The answer is no unfortunately. I'd rather have used dokuwiki for
>>> everything as well but more people are editing the wiki now than did before
>>> because more ppl are familiar with mediawiki. I'm not making stuff up just
>>> to make it appear better, just stating a fact.
>> Hey, I'm not saying that. I'm just saying here's some functionality of
>> DokuWiki that I really like, can we please get this functionality on our
>> wiki?
> See what you can do with that versus the one we currently have installed.
> It should make for downloadable code blocks.
I will gladly investigate this. However, my work's new content filtering is
much more aggressive than the previous one. I cannot even go to that link
:-) And doing it from home is going to take a bit of time (moving in just a
few days ... )
> On Wed, Apr 28, 2010 at 9:27 AM, devnet <dev...@gmail.com> wrote:
>> On Wed, Apr 28, 2010 at 10:04 AM, Kaleb <djj...@gmail.com> wrote:
>>> On Wed, Apr 28, 2010 at 9:54 AM, devnet <dev...@gmail.com> wrote:
>>>> Probably with a plugin...
>>>> But can dokuwiki make everyone feel warm and fuzzy inside like mediawiki
>>>> can? The answer is no unfortunately. I'd rather have used dokuwiki for
>>>> everything as well but more people are editing the wiki now than did before
>>>> because more ppl are familiar with mediawiki. I'm not making stuff up just
>>>> to make it appear better, just stating a fact.
>>> Hey, I'm not saying that. I'm just saying here's some functionality of
>>> DokuWiki that I really like, can we please get this functionality on our
>>> wiki?
>> See what you can do with that versus the one we currently have installed.
>> It should make for downloadable code blocks.
> I will gladly investigate this. However, my work's new content filtering is
> much more aggressive than the previous one. I cannot even go to that link
> :-) And doing it from home is going to take a bit of time (moving in just a
> few days ... )
> paul.
Enjoy the move and don't forget to post a pic of the new house ;)
make sure you smudge out the address... don't want random "disgruntals"
knocking down your back door (the one's at the front are merely a
distraction! :P)
-- "Custom" is NOT mass produced... then it's just a product line.
Custom Processing Unlimited
On Wed, Apr 28, 2010 at 11:33 AM, Paul Grinberg <gri6...@gmail.com> wrote:
> On Wed, Apr 28, 2010 at 9:27 AM, devnet <dev...@gmail.com> wrote:
>> On Wed, Apr 28, 2010 at 10:04 AM, Kaleb <djj...@gmail.com> wrote:
>>> On Wed, Apr 28, 2010 at 9:54 AM, devnet <dev...@gmail.com> wrote:
>>>> Probably with a plugin...
>>>> But can dokuwiki make everyone feel warm and fuzzy inside like mediawiki
>>>> can? The answer is no unfortunately. I'd rather have used dokuwiki for
>>>> everything as well but more people are editing the wiki now than did before
>>>> because more ppl are familiar with mediawiki. I'm not making stuff up just
>>>> to make it appear better, just stating a fact.
>>> Hey, I'm not saying that. I'm just saying here's some functionality of
>>> DokuWiki that I really like, can we please get this functionality on our
>>> wiki?
>> See what you can do with that versus the one we currently have installed.
>> It should make for downloadable code blocks.
> I will gladly investigate this. However, my work's new content filtering is
> much more aggressive than the previous one. I cannot even go to that link
> :-) And doing it from home is going to take a bit of time (moving in just a
> few days ... )
> paul.
Well, I took a look at the extension that Devnet pointed out above and,
unfortunately, it did not have syntax highlighting rules for several
important languages that we use, not the least of which is RPM spec format.
So, since we were just missing a simple functionality of "Download Code"
link near the block of code, I have modified our present extension to add
optionally add this feature. The full syntax for the <code> tag is actually
<code [options]>your code</code>
where options are:
lang='s' This is the language type that explains how to highlight the
code. Default is 'text'.
See GeSHi for full list of supported syntaxes
linenumbers Turn on line numbers for each line in your code
download Turn on the "Download Code" link for this block of your code
tabwidth='n' How many spaces does a TAB represent
fileurl='s' Instead of processing the code provided between the tags,
process the code at specified URL
Please feel free to play with this. Also, ask questions about other missing
features on our wiki!
paul.
On Thu, Apr 29, 2010 at 10:08 AM, Paul Grinberg <gri6...@gmail.com> wrote:
> Well, I took a look at the extension that Devnet pointed out above and,
> unfortunately, it did not have syntax highlighting rules for several
> important languages that we use, not the least of which is RPM spec format.
> So, since we were just missing a simple functionality of "Download Code"
> link near the block of code, I have modified our present extension to add
> optionally add this feature. The full syntax for the <code> tag is actually
> <code [options]>your code</code>
> where options are:
> lang='s' This is the language type that explains how to highlight the
> code. Default is 'text'.
> See GeSHi for full list of supported syntaxes
> linenumbers Turn on line numbers for each line in your code
> download Turn on the "Download Code" link for this block of your code
> tabwidth='n' How many spaces does a TAB represent
> fileurl='s' Instead of processing the code provided between the tags,
> process the code at specified URL
> Please feel free to play with this. Also, ask questions about other
> missing features on our wiki!
> paul.
Paul Grinberg <gri6...@gmail.com> wrote: > Well, I took a look at the extension that Devnet pointed out above > and, unfortunately, it did not have syntax highlighting rules for > several important languages that we use, not the least of which is > RPM spec format.
On Sun, Aug 22, 2010 at 12:32 PM, spiralofhope <spiralofh...@gmail.com>wrote:
> On Thu, 29 Apr 2010 09:08:29 -0500 > Paul Grinberg <gri6...@gmail.com> wrote:
> > Well, I took a look at the extension that Devnet pointed out above > > and, unfortunately, it did not have syntax highlighting rules for > > several important languages that we use, not the least of which is > > RPM spec format.
Nope - that extension didn't have the features that I felt that we needed. It just so happens that in the past, I had written a different extension using GeSHi, so we are using that one. You can always check the details of the installed extensions on http://docs.unity-linux.org/Special:Version
> Support of RPM Spec file format was something that I had asked from GeSHi
developers a long time ago. They never responded. Since I didn't find any other syntax highlighter that handled this format and still integrated nicely into a wiki, I simply wrote the syntax file for this format and submitted it to GeSHi developers. I have no idea whether or not they plan to incorporate it into a release in the future.
On Mon, Aug 23, 2010 at 4:20 PM, Paul Grinberg <gri6...@gmail.com> wrote: > On Sun, Aug 22, 2010 at 12:32 PM, spiralofhope <spiralofh...@gmail.com>wrote:
>> On Thu, 29 Apr 2010 09:08:29 -0500 >> Paul Grinberg <gri6...@gmail.com> wrote:
>> > Well, I took a look at the extension that Devnet pointed out above >> > and, unfortunately, it did not have syntax highlighting rules for >> > several important languages that we use, not the least of which is >> > RPM spec format.
> Nope - that extension didn't have the features that I felt that we needed. > It just so happens that in the past, I had written a different extension > using GeSHi, so we are using that one. You can always check the details of > the installed extensions on http://docs.unity-linux.org/Special:Version
>> Support of RPM Spec file format was something that I had asked from GeSHi > developers a long time ago. They never responded. Since I didn't find any > other syntax highlighter that handled this format and still integrated > nicely into a wiki, I simply wrote the syntax file for this format and > submitted it to GeSHi developers. I have no idea whether or not they plan to > incorporate it into a release in the future.
On Mon, Aug 23, 2010 at 10:59 AM, dillj <the.l...@gmail.com> wrote: > wow, way to resurect a thread!
> On Mon, Aug 23, 2010 at 4:20 PM, Paul Grinberg <gri6...@gmail.com> wrote:
>> On Sun, Aug 22, 2010 at 12:32 PM, spiralofhope <spiralofh...@gmail.com>wrote:
>>> On Thu, 29 Apr 2010 09:08:29 -0500 >>> Paul Grinberg <gri6...@gmail.com> wrote:
>>> > Well, I took a look at the extension that Devnet pointed out above >>> > and, unfortunately, it did not have syntax highlighting rules for >>> > several important languages that we use, not the least of which is >>> > RPM spec format.
>> Nope - that extension didn't have the features that I felt that we needed. >> It just so happens that in the past, I had written a different extension >> using GeSHi, so we are using that one. You can always check the details of >> the installed extensions on http://docs.unity-linux.org/Special:Version
>>> Support of RPM Spec file format was something that I had asked from GeSHi >> developers a long time ago. They never responded. Since I didn't find any >> other syntax highlighter that handled this format and still integrated >> nicely into a wiki, I simply wrote the syntax file for this format and >> submitted it to GeSHi developers. I have no idea whether or not they plan to >> incorporate it into a release in the future.
To my pleasant surprise, I've discovered that GeSHi, at least in their latest version, is distributing my rpmspec.php file. In other words, any wiki extension using GeSHi as the syntax highlighter should work now.
Paul Grinberg <gri6...@gmail.com> wrote: > To my pleasant surprise, I've discovered that GeSHi, at least in their > latest version, is distributing my rpmspec.php file. In other words, > any wiki extension using GeSHi as the syntax highlighter should work > now.