Two conferences on Social Capital and on Economy and Community - Call for Papers

2004-12-28 Thread TSCF Secretary
Two conferences on Social Capital and on Economy and Community - Call for 
Papers 

The Social Capital Foundation invites all interested persons or organizations 
to present a paper to one or both of its upcoming international, 
interdisciplinary conference that will be held respectively on September 21-22, 
2005 and September 23-24, 2005 in the beautiful island of Malta. 

Topics of interest include, but are not limited to: 

Conference on Social Capital, 21-22 September, 2005: 

1. Definition of Social Capital, 
2. Importance of Social Capital, 
3. Social Capital and Social Cohesion, 
4. Social Networks, 
5. Social Capital and Mental Health, 
6. Individualism and Collectivism, 
7. Measurement of Social Capital, 
8. Applications of Social Capital, 
9. Community and Diversity. 

Conference on Economy and Community, 23-24 September, 2005: 
1. Neoliberal Economics and compatibility economy-society, 
2. Survival or Dismantlement of Rhineland Capitalism, 
3 Decline of the Middle-Class Economy, 
4. Social Restratification and the Share of Wealth, 
5. The Future of Employment, 
6. Poverty and Social Exclusion Issues, 
7. Impact of the Euro on the European Economic Health, 
8. Compared US-EU Monetary Strategies, 
9. Economic Future of the European Union. 

Paper proposals may take the form of a detailed abstract (1page long). 

To have more information on either conference, please use the links below:

TSCF international conferences 
 

Registration Info 
 

Conference on social capital-presentation (PDF 
)
 

Conference on the EU economy-presentation (PDF 
)
 

Registration form for conference on social capital (PDF 
)
 

Registration form for conference on economy and community (PDF 
)
 

Address where to send a paper  

Remove me please  
_
This e-mail and any attachments thereto may contain information which is 
confidential and/or protected by intellectual property rights and are intended 
for the sole use of the recipient(s) named above. Any use of the information 
contained herein (including, but not limited to, total or partial reproduction, 
communication or distribution in any form) by persons other than the designated 
is prohibited. If you have received this e-mail in error, please notify the 
sender either by telephone or by e-mail and delete the material from any 
computer. 






Re: D-I Manual on official Debian website [long]

2004-12-28 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 16 December 2004 16:06, Frank Lichtenheld wrote:
> On Thu, Dec 16, 2004 at 09:27:54AM +0100, Frans Pop wrote:
> > On Thursday 16 December 2004 01:43, Frank Lichtenheld wrote:
> > > > Note however that currently the build system in that branch
> > > > does not allow building pdf or txt files.
> > > > How can we work around this?
> > >
> > > merge the change to the branch? I see no way around this.
> >
> > This will have to be OK'ed by Joey Hess.
>
> We should definetly try this IMO and I'm willing to help if there is
> anything I can do there. Is this a risk for the image building?
> Otherwise I couldn't see a reason not to do it.

The scripts that support creating pdf and text files have now been 
implemented in the Sarge branch as well as in trunk.

How are things going on your end WRT a decision on where to build the 
manual and what directory structure to use?

Cheers,
Frans

P.S. I also have some leads on building a pdf version for Japanese.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB0WiYgm/Kwh6ICoQRAoXPAJsHWzUZ7W9/URU52MN2igCuEq0jygCgizam
1TXSqHjlfpPHJTYbdHJcKus=
=SPk1
-END PGP SIGNATURE-



Re: D-I Manual on official Debian website [long]

2004-12-28 Thread Frank Lichtenheld
On Tue, Dec 28, 2004 at 03:07:09PM +0100, Frans Pop wrote:
> The scripts that support creating pdf and text files have now been 
> implemented in the Sarge branch as well as in trunk.
> 
> How are things going on your end WRT a decision on where to build the 
> manual and what directory structure to use?

The where is still an unsolved question...

On the directory structure I have researched how difficult it would
be to adjust the filenames and links. Turns out it is not difficult at
all. Proof-of-concept patch against the sarge branch:

Index: install.en.xml
===
--- install.en.xml  (revision 24570)
+++ install.en.xml  (working copy)
@@ -23,7 +23,7 @@
 
 
 
-
+
 
 &bookinfo.xml;
 &preface.xml;
Index: build.sh
===
--- build.sh(revision 24570)
+++ build.sh(working copy)
@@ -29,11 +29,13 @@
echo "Architecture: $arch"
if [ -n "$noarchdir" ]; then
destsuffix="$lang"
+   elif [ -n "$webbuild" ]; then
+   destsuffix="$arch"
else
destsuffix="${lang}.${arch}"
fi
./buildone.sh "$arch" "$lang"
-   mkdir "$destination/$destsuffix"
+   mkdir -p "$destination/$destsuffix"
mv *.html "$destination/$destsuffix"
./clear.sh
 done
Index: style-html.xsl
===
--- style-html.xsl  (revision 24570)
+++ style-html.xsl  (working copy)
@@ -12,6 +12,7 @@
 
 
 
+
 
 
 
@@ -34,4 +35,4 @@
 
 0
 
-
\ No newline at end of file
+

I would still prefer we go for this approach.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



Re: HTML version of New Maintainers Guide missing

2004-12-28 Thread Jens Seidel
On Tue, Dec 28, 2004 at 04:24:22AM +0100, Frank Lichtenheld wrote:
> On Mon, Dec 27, 2004 at 08:14:36PM +0100, Frans Pop wrote:
> > It looks like there's been a rebuild of the NM Guide yesterday, but 
> > somehow the HTML version of the guide got missing...
> > http://www.debian.org/doc/devel-manuals#maint-guide
> > http://www.debian.org/doc/manuals/maint-guide/index.en.html
> 
> The Makefile happened to trigger two bugs of /usr/bin/test from woody's
> coreutils in one call ;)[1] To solve the problem swiftly I committed
> appropriate fixes and the build seems to work fine now. If there are
> any problems with my patch, please contact me.
> 
> > Also, there seems to be only a very old version of the Japanese pdf 
> > version available (21-04-2002). Maybe it would be better if that was 
> > removed.
> > http://www.debian.org/doc/manuals/maint-guide/
> 
> Given the fact that this file can't rebuild from the sources right now
> I would support that request. Any objections? (I also CCed debian-www
> to get a broader attention).

I added support for Japanese and Chinese ps and pdf documents by using my
scripts from Debian Reference. It builds really well on Woody and Sarge.

I filled once a bugreport against debiandoc-sgml but I don't know the
current support of Asian languages in debiandoc-sgml (and Woody
will not affected by recent changes so we need a patch anyway).

I'm very sorry but I was never able to support Korean. Are there
even free LaTeX fonts available

It should be very simple to use these scripts for other documents such as
Debian Installer manual. Frans, please try it out.
Just add debiandoc2latexpdf, debiandoc2latexps which are copies from the
files in the debiandoc-sgml package and call ./fixlatex.
You need to add a few dependencies as well, mostly Asian font packages.
Please see the dependencies of the debian-reference* packages for details.

Maybe ../../bin would be another good location for these files?

Since I lost by debian-doc account (I know my password but forgot my
account name :-)) I cannot commit it.

PS: There exist two nearly identical copies of the German version:
maint-guide.de.sgml maint-guide.de.WIP.sgml
Please remove maint-guide.de.WIP.sgml, the other file is newer and
better (except one typo fix).

Jens

Very strange: It seems my mails get lost when I add many or large files
(appr. 30kB, provider limit 4MB!), so here is Makefile and the rest is
attached.

Index: Makefile
===
RCS file: /cvs/debian-doc/ddp/manuals.sgml/maint-guide/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile28 Dec 2004 00:23:34 -  1.20
+++ Makefile28 Dec 2004 18:07:59 -
@@ -4,6 +4,8 @@
 # Should work both for a manual in the Debian Documentation Project
 # manuals.sgml tree, and for $(MANUAL) package build.
 
+export PATH:=.:${PATH}
+
 # Basename for SGML
 MANUAL := $(shell echo $(notdir $(CURDIR)) | perl -pe 's/-[\d.]+$$//')
 
@@ -13,7 +15,7 @@
 all: html txt ps pdf
 
 sources := $(wildcard *.??*.sgml)
-sources_noncjk := $(filter-out maint-guide.zh_CN.sgml,$(filter-out 
maint-guide.ja.sgml,$(filter-out maint-guide.ko.sgml,$(sources
+sources_noncjk := $(filter-out maint-guide.ko.sgml,$(sources))
 
 # generating HTML
 # ugly because the normal stuff works only as PHONYs. :(



newfiles.tgz
Description: GNU Unix tar archive