From 4619a90375a495ef4cb8ed2cbe27e1f7ae89fa6b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Apr 2000 12:39:37 +0000 Subject: [PATCH] Add News file. git-svn-id: https://svn.dealii.org/trunk@2683 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/Makefile.in | 1 + deal.II/doc/navbar.html | 7 +++ deal.II/doc/news/2000/01.html | 82 +++++++++++++++++++++++++++++++++++ deal.II/doc/news/Makefile | 12 +++++ deal.II/doc/news/news.html | 38 ++++++++++++++++ deal.II/doc/toc.html | 4 ++ 6 files changed, 144 insertions(+) create mode 100644 deal.II/doc/news/2000/01.html create mode 100644 deal.II/doc/news/Makefile create mode 100644 deal.II/doc/news/news.html diff --git a/deal.II/doc/Makefile.in b/deal.II/doc/Makefile.in index 51cdd9e4a0..fef0996f9a 100644 --- a/deal.II/doc/Makefile.in +++ b/deal.II/doc/Makefile.in @@ -41,6 +41,7 @@ validate-xrefs: cd development ; $(MAKE) validate-xrefs cd glossary ; $(MAKE) validate-xrefs cd publications ; $(MAKE) validate-xrefs + cd news ; $(MAKE) validate-xrefs # generate a class index from each of the various include directories diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html index 95dd51da0e..d7e0eba547 100644 --- a/deal.II/doc/navbar.html +++ b/deal.II/doc/navbar.html @@ -107,6 +107,13 @@ License

+ +
  • +

    + + News +

    +
  • diff --git a/deal.II/doc/news/2000/01.html b/deal.II/doc/news/2000/01.html new file mode 100644 index 0000000000..4ecf84a413 --- /dev/null +++ b/deal.II/doc/news/2000/01.html @@ -0,0 +1,82 @@ + + + + + + The deal.II news page + + + + + + + +

    Announcement of deal.II 3.0

    + +

    +Version 3.0 of the deal.II object-oriented finite element library is +available on the deal.II home-page at +

    +

    + + http://gaia.iwr.uni-heidelberg.de/~deal + +

    + +

    +deal.II is a C++ program library targeted at adaptive finite elements +and error estimation. It uses state-of-the-art programming techniques +of the C++ programming language to offer you a modern interface to the +complex data structures and algorithms required for adaptivity and +enables you to use a variety of finite elements in one, two, and three +space dimensions, as well as support for time-dependent problems. +

    + +

    +The library is written for research purposes and offers many features: +

    +

    + +

    +Wolfgang Bangerth, Guido Kanschat, & the deal.II team +

    + + + + diff --git a/deal.II/doc/news/Makefile b/deal.II/doc/news/Makefile new file mode 100644 index 0000000000..6cef667265 --- /dev/null +++ b/deal.II/doc/news/Makefile @@ -0,0 +1,12 @@ +# $Id$ + +# include defaults file +D = ../.. +include $D/common/Make.global_options + + +validate-xrefs: + $(PERL) $D/doc/auto/scripts/validate-xrefs.pl *.html + + +.PHONY: validate-xrefs diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html new file mode 100644 index 0000000000..d8250d03a6 --- /dev/null +++ b/deal.II/doc/news/news.html @@ -0,0 +1,38 @@ + + + + + + The deal.II news page + + + + + +

    News on deal.II

    + +

    + This page lists news and announcements on + deal.II in anti-chronological order. If you + send us extensions to the library, please feel free to also send a + patch to this file such that we can announce your contributions in + your own words. +

    + +
    +
    + 2000/04/07: deal.II 3.0 announced +
    +
    + Today, after 2 1/2 years of development and testing, the + first public release of the deal.II + library was announced (full text). +
    +
    + + + + + diff --git a/deal.II/doc/toc.html b/deal.II/doc/toc.html index 891cac82db..aa759782aa 100644 --- a/deal.II/doc/toc.html +++ b/deal.II/doc/toc.html @@ -139,6 +139,10 @@ also listed in the navigation panel on the left.

    +

    + To see what is going on with deal.II, visit the + News page. +

    Authors

    -- 2.39.5