POV-Ray : Newsgroups : povray.general : Repository for contributions Server Time
18 Apr 2024 23:36:25 EDT (-0400)
  Repository for contributions (Message 1 to 2 of 2)  
From: Le Forgeron
Subject: Repository for contributions
Date: 25 May 2017 12:19:43
Message: <5927041f$1@news.povray.org>
From a recent discussion in p.b.scene-files (3dclouds include file), I
wanted to try a solution to make available contributions.

My candidate was a mediawiki, for its indexing & search capability with
a nice display.

The test data set was the object collections... and the evil started.

I had to disable capitalization of first letter in mediawiki, making
links sensible to case, and a few other tunning, such as allowing
extension like pov and inc...

things went as far as copying one entry of the data set. And the
conclusion get reached upon trying to install the second entry:
* it is impossible to rename a pov file (it can be uploaded, but it
refused to rename it later)
* loading html file, even when disabling all type check and black list,
is refused
* the uploaded files must all have unique name, but cannot have
directory name in it (they are flats)

Conclusion: mediawiki is not suitable for the purpose of a collection of
contributions, as conflict on filename is likely to occurs when version
get increased and imposing a whole new naming scheme is a titan's work
for contributions not meant for it.
That, and the html problem: It is dead, Jim.

So, I tried the git approach... on github
* there is no search engine
* you must clone the whole repository (unless you are an expert at
shallow and partial cloning)
* displaying html is possible, but tricky (using a bookmarklet button,
once installed it become easy)

On the positive side:
* user management is on github
* it was rather easy to put the full test data set (far more easy,
actually, when compared to the time to import one entry in the mediawiki)

you can explore (and contribute) at
https://github.com/LeForgeron/PovContributions


Post a reply to this message

From: clipka
Subject: Re: Repository for contributions
Date: 25 May 2017 13:37:06
Message: <59271642$1@news.povray.org>
Am 25.05.2017 um 18:19 schrieb Le_Forgeron:

> So, I tried the git approach... on github
> * there is no search engine
> * you must clone the whole repository (unless you are an expert at
> shallow and partial cloning)
> * displaying html is possible, but tricky (using a bookmarklet button,
> once installed it become easy)

On GitHub, a very neat alternative to HTML is Markdown.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.