John J. Camilleri
5546c6d6da
Update clean_html to handle markdown sources too
2018-12-03 10:49:37 +01:00
John J. Camilleri
c380288db8
Put floating logo on left
2018-12-03 10:49:15 +01:00
Thomas Hallgren
883a7a95a1
build-binary-dist.sh: make it easy to choose which version of ghc to use
2018-12-01 15:53:27 +01:00
John J. Camilleri
01f61c526f
Custom CSS comes after libraries; add include-before/after (not actively used)
2018-11-29 13:06:52 +01:00
John J. Camilleri
b30456aa0c
Rename _template.html to template.html
2018-11-29 10:35:43 +01:00
John J. Camilleri
fe7d01f7e3
Minors in footer
2018-11-28 22:34:04 +01:00
John J. Camilleri
a7e43d872f
Merge branch 'new-website'
2018-11-28 22:22:41 +01:00
John J. Camilleri
9e02319b6d
Better responsiveness, homepage and footer
2018-11-28 22:14:58 +01:00
John J. Camilleri
6278deb7a2
Page uses available width better, no jumping margins
2018-11-28 21:51:16 +01:00
Thomas Hallgren
32ce03dc94
bin/build-binary-dist.sh: include the RGL in binary distributions
...
TODO: the corresponding changes in debian/rules
2018-11-28 17:27:29 +01:00
John J. Camilleri
c7a14537c1
Update top links and footer during hackathon
2018-11-28 15:42:11 +01:00
John J. Camilleri
9bf5c98509
Work on new download page. Change 18-12 to 4.0.0
2018-11-27 22:36:57 +01:00
John J. Camilleri
cb0e919bf5
Link to new synopsis page
2018-11-13 21:22:54 +01:00
John J. Camilleri
d1a435ad9d
Remove unnecessary CSS from template
2018-11-09 09:08:59 +01:00
John J. Camilleri
406eec6690
GF logo links to home; remove "other demos"
2018-11-08 22:52:08 +01:00
John J. Camilleri
2f1ee094d2
Add download/index.md as demo of working Markdown rendering to HTML
...
Archive 3.9 pages and mark current ones for 18-12
2018-11-08 22:46:30 +01:00
John J. Camilleri
390a6a04a1
New update_html runx txt2tags followed by pandoc
...
TODO: handle txt2tags macros in date, e.g.
`%%mtime(%F)` in download/encoding-change.t2t
2018-11-04 21:17:20 +01:00
John J. Camilleri
a7b2f77227
Cleanup links in homepage and footer
2018-11-04 21:12:10 +01:00
John J. Camilleri
9a7862ea9e
Links in footer
2018-11-04 19:58:18 +01:00
John J. Camilleri
914d54255f
Comments in update_html script
2018-11-04 19:29:56 +01:00
John J. Camilleri
aea8548930
update_html also takes individual arguments
2018-11-04 19:27:14 +01:00
John J. Camilleri
99dad48961
Use Pandoc instead of txt2tags binary, much more configurable
2018-11-04 15:11:35 +01:00
John J. Camilleri
7867c8c828
pre and post HTML templates for all txt2tags conversions
...
Remaining: cleaning of t2t files (remove unnecessary options)
2018-10-31 15:47:12 +01:00
Thomas Hallgren
2d85550e54
Final changes before the release of GF 3.9
2017-08-11 21:11:24 +02:00
hallgren
ab138e5a8c
bin/build-binary-dist.sh: fixes for the Java and Python bindings.
...
* Just skip the Java binding if there were errors compiling it.
* Install the Python binding in the expected place on Mac OS X when creating
an OS X installer package. (i.e. under /Library/Python/2.7/site-packages)
Also updated the 3.8 download page and release notes to reflect the above.
2016-06-20 14:11:45 +00:00
hallgren
41171be5a6
Fix a problem building the Java binding when creating binary packages
...
Pass -I and -L flags to gcc so that the C run-time system can be found.
Also added a line in src/runtime/java/Makefile to install jpgf.jar.
2016-04-25 14:21:04 +00:00
hallgren
1454953391
Changes to include the Java binding in binary distribution packages
...
This means that you now need to have a Java SDK installed to build
a Debian package.
The bin/build-binary-dist.sh (which builds bintar packages and OS X installer
packages) now skips the Python binding if python is not installed. Likewise
it skips the Java binding if a Java SDK is not installed.
2016-04-12 15:01:11 +00:00
hallgren
3c90f664f7
bin/build-binary-dist.sh: fix hardcoded /usr install path for .pkg packages.
2015-10-01 12:49:55 +00:00
hallgren
d98bd34a33
bin/build-binary-dist.sh: remove hardwired install path and version number
...
Also improved tolerance to paths containing white space.
2014-12-15 15:18:27 +00:00
hallgren
bcf0aa42cd
bin/build-binary-dist.sh: just a small fix
2014-08-29 11:48:10 +00:00
hallgren
658b9adabe
You can now use 'make pkg' to build OS X Installer packages for GF
...
The script bin/build-binary-dist.sh has been updated to build either a plain
.tar.gz package or OS X Installer package (.pkg).
Note that bin/build-binary-dist.sh is designed to build and include the
C run-time system in the binary package. If the C run-time system fails to
build, no binary package will be created.
2014-08-28 13:30:22 +00:00
hallgren
5a39637bcd
build-binary-dist.sh: include a ghc package configuration file
...
as an experiment
2014-06-21 16:32:10 +00:00
hallgren
65b064fe82
build-binary-dist.sh: updated to include the Python binding to the C run-time
...
There are also some changes in src/runtime/python/setyp.py to support this.
2014-06-18 16:09:46 +00:00
hallgren
1668eb17e5
build-binary-dist.sh: updated to include the C runtime system in binary tarballs
...
Also moved it to the bin directory.
Run it with 'bash bin/build-binary-dish.sh'.
2014-06-17 13:56:59 +00:00
hallgren
40b84d25e3
Documentation fixes
...
+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files.
+ Add program update_html that finds all .t2t documents and updates the
corresponding .html file. It can be invoked with 'make html'.
+ Add style to some .html documents
2010-12-22 16:57:53 +00:00
aarne
3353059277
moved bin/jgf to deprecated
2009-12-11 16:27:24 +00:00
bringert
ca6198dc98
Use configure to produce a gfc script with the correct path to gf3. NOTE: you need to re-run autoconf after pulling this patch.
2007-11-12 16:17:04 +00:00
aarne
b801149fbf
merged gfc and gfi to one binary, and a shell script for gfc
2007-11-12 09:17:02 +00:00
priesnit
434053ac2c
GFHOME must now be set in the environment
...
minor change in German numbers
2006-03-02 20:53:44 +00:00
aarne
aa59c14b5a
Hebrew Letter; news on index
2005-12-22 18:01:35 +00:00
janna
5a9ec27143
*** empty log message ***
2005-10-16 20:16:05 +00:00
aarne
830f7c14bc
library adjustments, error message clean-up
2005-04-28 15:42:47 +00:00
aarne
d911208046
bug fixes in Danish
2005-01-19 19:58:31 +00:00
janna
bba1cb2d10
*** empty log message ***
2004-12-22 15:11:10 +00:00
bringert
8caa3ed737
Added script for creating a clickable module dependency graph.
2004-12-10 15:24:50 +00:00
aarne
470197d442
clean up
2004-08-10 11:52:42 +00:00
aarne
9650864b06
the name gf2
2004-08-10 08:17:03 +00:00
aarne
59b5745c0e
Preparing for release.
2004-08-03 11:47:32 +00:00
aarne
f644f13527
Generation with metavariables.
2004-05-03 12:39:32 +00:00
aarne
cbbb6d65c7
gr F ? ?
2004-04-30 05:02:49 +00:00