Coder Social home page Coder Social logo

fink / web Goto Github PK

View Code? Open in Web Editor NEW
1.0 13.0 2.0 18.77 MB

TEMPORARY AND INCOMPLETE conversion of Fink web CVS module

Home Page: http://www.finkproject.org

PHP 66.12% Shell 5.43% CSS 0.13% JavaScript 0.09% XSLT 1.22% Perl 0.18% Roff 0.01% HTML 26.53% Makefile 0.31%

web's Issues

Add explicit hyperlinks on installation page

Our primary installation instructions right now are on http://finkproject.org/doc/bundled/install-fast.php resp. http://finkproject.org/doc/bundled/install-first.php

We mention connect.apple.com several times there, shouldn't we turn this into hyperlinks? More importantly, though, it tells the user to
Start out by copying the fink-0.35.1.tar.gz file to your home folder [...]

But as far as I can tell, there are no instructions on how to obtain this. I think we really should provide a hyperlink to it. Or perhaps even add a suitable wget / curl invocation for downloading it. Something like:

If you have not yet done so, download fink-0.35.1.tar.gz, for example via a webbrowser. Alternatively, you can download it directly in the terminal by entering the following command ... insert suitable curl invocation ...

Import the Fink web CVS module into git, switch to that

The code for our website (and manual) is currently still stored in the web CVS module (resp. the virtual CVS modules xml and website, the former of which consists of the web/xml subdir, the latter is web minus web/xml).

Importing the code with its history (with fixed committer names, etc.) to git will be only the first step for that. We also need to adapt the code to work with git.

The primary obstacle I am aware of is that the XML files and surrounding scripts heavily rely on CVS tags like $Author$ and $Date$ in order to generate info about who last changed each page, and when.

One way to go about that is to simply remove the use of those tags from the XML files. Then, in the first iteration, just treat them as blank (we loose some nice information on the website, but at least we can switch to git). Better (and the long-term goal) will be to add a preprocess script which, given the XML file, uses git to retrieve the required information about each XML file, and then passes the data on to the XML preprocessor (resp. generates a temporary XML files with the correct data inserted -- but these are implementation details anyway).

Other than that (and some reordering of the file structure), we should be good.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.