Guten Tag Elpidio Latorilla,

am Freitag, 14. Mai 2004 um 01:00 schrieben Sie:

EL> Are you preparing to make a fork of Care2x?

Hahaha realy absolutely NO!

sorry for crying. And if you look inside care2x.de you realy can see
that I don'nt make my own thing.

Because the CI it is simple point. Lopo made the Logo. Lopo have
superuser access and is also a experienced TYPO3 developer. If he find
time - the multilangversion is more important. The design is made with
a html file with markers. The rest is scripting to control in
different setups how the page works. I post at the end my initial
setup. So it needs 3 or four days to get the knowledge how to make it
that if someone register in the frontend to push him to a common
access group, without any control of a admin. It is the first line you
see. peter from netherland have more knowledge about this scripting
so i hope he find some time to look a bit through the code.

My idea is to point the CI Logo in an interesting way dynamic into the circle.
Like a orientation for the eye. So you know by the color where you
are. The system is doing it with the help of image magic.

The scriptings go together with the multilang section later.
My own experiments with this you can see here:

http://care2x.de/index.php?id=428

I think it is better to give the people a helpful nice looking.
Information page and not the experimental pages...

Stay tuned.
Say: I don't plan any fork.

Tomorrow i go for a new job and possible i have for 1 - 3 month only
internet coffee access. In the backend area there are 25 users -
partial including access if they have knowledge about the system to
the database.

This is a big trust i give them. There is not one superuser.
there are many. The superusers with absolutely full acces know typo3.
They know also, if they login the system log this login the log data
are send to another pc in the internal net. At the same
moment a 30 mb backupfile is made and will be send to another server.
Takes only 2 mins.

But i give a lot of freedom. They are able to backup the whole files
to their pc at home, to do a local installation. I didn't installed
the ftp mirror plugin because of my time. But it is also possible to
make partial backups.

If the multilanguage is installed an easy intallation is possible
inside a intranet. So they can give access to it with no need of
internet.

Did you heard about P2P networks. Maybe this can be a way. It is in
experimental stage.

You don't need to have any fear about a Fork from me. I am not a
programmer. Some network administration experience i have. But here in
the list are much better ones. I hope that the time comes that i am
able to program more than "Hallo World" in PHP

EL> Respectfully,
EL> Elpidio



-- 
Mit freundlichen Grüssen
Wilfried Goedert
mailto:[EMAIL PROTECTED]


The initial setup script for the design and functionality now:
Some additional info:

cwtpresscenter :
Online Documentation
http://typo3.org/documentation/document-library/cwt_press_center/
Funny Demo how it works in German
http://www.chris-marty.info/

Mail-To-FAQ plugin:
Online Documentation
http://typo3.org/documentation/document-library/maillisttofaq/



plugin.feadmin.fe_users.create.overrideValues.usergroup = 7

# Main Template part
# Don't forget to include: CSet (default) and content (default)
############################################


# Setting up 'page' to be the default PAGE object (type=0)
#######################################
lib.stdheader.10.stdWrap.wrap = 
tt_content.stdWrap.dataWrap = <A name="{field:uid}"></a>
 
page = PAGE
page.config.index_enable = 1
page.typeNum = 0
page.stylesheet = fileadmin/templates/adjem/style.css
page.bodyTag = <body background="fileadmin/templates/adjem/images/background.gif" 
leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
page.1 = TEMPLATE
page.1.marks.PAGE_UID = TEXT
page.1.marks.PAGE_UID.field = uid
page.1  {
   template = FILE
   template.file = fileadmin/templates/adjem/template.html   
   workOnSubpart = DOCUMENT_BODY
   subparts.CONTENT_LEFT < styles.content.getLeft
   subparts.CONTENT_RIGHT < styles.content.getRight
   subparts.CONTENT_BORDER < styles.content.getBorder
   subparts.CONTENT < styles.content.get


# Top Navigation
#######################################
   subparts.TOPNAV = HMENU
#  subparts.TOPNAV.special = directory
#   subparts.TOPNAV.special.value = 1
   subparts.TOPNAV.entryLevel = 0
   subparts.TOPNAV.1 = TMENU
   subparts.TOPNAV.1 {
      NO.allWrap = |*| <span class="topnav">&nbsp;&#124;&nbsp;|</span> |*|
      ACT = 1
      ACT.allWrap =  |*| <span class="topnav">&nbsp;&#124;&nbsp;| </span> |*|   
}



# Bottom Navigation
#######################################
   subparts.BOTTOMNAV = HMENU
#   subparts.BOTTOMNAV.special = directory
#   subparts.BOTTOMNAV.special.value = 1
#   subparts.BOTTOMNAV.entryLevel = 1
   subparts.BOTTOMNAV.1 = TMENU
   subparts.BOTTOMNAV.1 {
      NO.allWrap = |*| <span class="bottomnav">&nbsp;&#124;&nbsp;|</span> |*|
      ACT = 1
      ACT.allWrap = |*| <span class="bottomnav">&nbsp;&#124;&nbsp;|</span> |*|
}

# Leftside Navigation
#######################################
   subparts.LEFTNAV = HMENU 
   subparts.LEFTNAV.entryLevel = 1
   subparts.LEFTNAV.1 = TMENU
   subparts.LEFTNAV.1 {



# Normal state properties
#######################################
   NO.allWrap =  <div class="leftnav1"> | </div>

# Enable active state and set properties:
#######################################
   ACT = 1
   ACT.allWrap = <div class="leftnav1-act"> | </div>
}


# Second level menu-object
#######################################
   subparts.LEFTNAV.2 = TMENU
   subparts.LEFTNAV.2 {

# Normal state properties
#######################################
   NO.allWrap =  <div class="leftnav2"> | </div>

# Enable active state and set properties:


#######################################
   ACT = 1
   ACT.allWrap = <div class="leftnav2-act"> | </div>
}


# Third level menu-object
#######################################
   subparts.LEFTNAV.3 = TMENU
   subparts.LEFTNAV.3 {

# Normal state properties
#######################################
   NO.allWrap =  <div class="leftnav3"> | </div>

# Enable active state and set properties:
#######################################
   ACT = 1
   ACT.allWrap = <div class="leftnav3-act"> | </div>
   }
}



#############################################################################################
Additional Stuff
#############################################################################################

# Spam Protection for Email
#######################################
config {
spamProtectEmailAddresses = 2
spamProtectEmailAddresses_atSubst = (at)
}

# Admin Panel at the Fontpage
#######################################
config.admPanel = 1

# User Tracking
#######################################
config.tx_loginusertrack_enable = 1

# Simulata static pages
#######################################     
config.simulateStaticDocuments = 1
#config.absRefPrefix = http://meine.seite.info/
config.simulateStaticDocuments_pEnc = md5
config.simulateStaticDocuments_addTitle = 20 


# Press Center
#######################################
plugin.tx_cwtpresscenter_pi1 { 
    themesFolder = {$plugin.tx_cwtpresscenter.themesFolder} 
    theme = {$plugin.tx_cwtpresscenter.theme} 
     

    templateFile = 
{$plugin.tx_cwtpresscenter.themesFolder}{$plugin.tx_cwtpresscenter.theme}/template_newsitems.tmpl
 

orderBy = {$plugin.tx_cwtpresscenter_pi1.orderBy} 
listViewContentCharacterLimit = 
{$plugin.tx_cwtpresscenter_pi1.listViewContentCharacterLimit} 

    recordsPerPage = {$plugin.tx_cwtpresscenter_pi1.recordsPerPage} 
     
    PIDMediaArchive = {$plugin.tx_cwtpresscenter.PIDMediaArchive} 

    absExportPath = {$plugin.tx_cwtpresscenter.absExportPath} 
    absUploadPath = {$plugin.tx_cwtpresscenter.absUploadPath} 
    relExportPath = {$plugin.tx_cwtpresscenter.relExportPath} 
    relUploadPath = {$plugin.tx_cwtpresscenter.relUploadPath} 

    general_stdWrap {  
    brTag = <BR>  
     parseFunc < styles.content.parseFunc  
    } 

imagepopupSingle { 
    file.maxH = 75 
    params = align=absmiddle hspace=1 vspace=1 
    wrap = | <BR> 
    imageLinkWrap = 1 
    imageLinkWrap { 
    enable = 1 
    bodyTag = <body bgColor=white> 
    wrap = <A href="javascript:close();"> | </A> 
    width = 800 

    JSwindow = 1 
    JSwindow.newWindow = 1 
    JSwindow.expand = 17,20 
    } 
} 
} 

plugin.tx_cwtpresscenter_pi2 { 
    themesFolder = {$plugin.tx_cwtpresscenter.themesFolder} 
    theme = {$plugin.tx_cwtpresscenter.theme} 

templateFile = 
{$plugin.tx_cwtpresscenter.themesFolder}{$plugin.tx_cwtpresscenter.theme}/template_mediaarchive.tmpl
 

orderBy = {$plugin.tx_cwtpresscenter_pi2.orderBy} 
    recordsPerPage = {$plugin.tx_cwtpresscenter_pi2.recordsPerPage} 

    maxLatestRecords = {$plugin.tx_cwtpresscenter_pi2.maxLatestRecords} 

    PIDMediaArchive = {$plugin.tx_cwtpresscenter.PIDMediaArchive} 

    absExportPath = {$plugin.tx_cwtpresscenter.absExportPath} 
    absUploadPath = {$plugin.tx_cwtpresscenter.absUploadPath} 
    relExportPath = {$plugin.tx_cwtpresscenter.relExportPath} 
    relUploadPath = {$plugin.tx_cwtpresscenter.relUploadPath} 


imagepopupSingle { 
    file.maxW = 250 
    wrap = | <BR> 
    imageLinkWrap = 1 
    imageLinkWrap { 
    enable = 1 
    bodyTag = <body bgColor=white> 
    wrap = <A href="javascript:close();"> | </A> 
    width = 800 

     JSwindow = 1 
     JSwindow.newWindow = 1 
     JSwindow.expand = 17,20 
} 
} 

imagepopupList { 
    file.maxW = 100 
    wrap = | <BR> 
    imageLinkWrap = 1 
    imageLinkWrap { 
    enable = 1 
    bodyTag = <body bgColor=white> 
    wrap = <A href="javascript:close();"> | </A> 
    width = 800 

    JSwindow = 1 
    JSwindow.newWindow = 1 
    JSwindow.expand = 17,20 

    } 
} 

imagepopupLatest { 
    file.maxH = 50 
    params = align=absmiddle hspace=1 vspace=1 
    wrap = | <BR> 
    imageLinkWrap = 1 
    imageLinkWrap { 
    enable = 1 
    bodyTag = <body bgColor=white> 
    wrap = <A href="javascript:close();"> | </A> 
    width = 800 

    JSwindow = 1 
    JSwindow.newWindow = 1 
    JSwindow.expand = 17,20 
    } 





} 
}

#############################################################################



### COnfiguration of the Mail-To-FAQ plugin
################################
plugin.tx_maillisttofaq_pi1.listView.catSelSize = 1
plugin.tx_maillisttofaq_pi1.listView.catSelNoHeader = 1
plugin.tx_maillisttofaq_pi1.faq_email.admin_name = care2x.de List Admin
plugin.tx_maillisttofaq_pi1.faq_email.cc_email = [EMAIL PROTECTED]
plugin.tx_maillisttofaq_pi1.faq_email.regards = Regards, The CARE2X.DE List Manager 
Team
plugin.tx_maillisttofaq_pi1.readmail = 1
plugin.tx_maillisttofaq_pi1.readmail.url = 
http://www.care2x.de/CARE2x-Developers_Ar.406.0.html
plugin.tx_maillisttofaq_pi1.listView.results_at_a_time = 35
plugin.tx_maillisttofaq_pi1.messageDividers.123 (
_______________________________________________
Care2x-developer mailing list

)
plugin.tx_maillisttofaq_pi1.listView.daysBeforeDirectNotificationsWhenReply = 2
plugin.tx_maillisttofaq_pi1.listView.lgdIndicator.limit_3 = 5000

################################################

/* Styles for the maillist to faq module */
  .tx-maillisttofaq-pi1-listrow TD { background-color:#FAF4F1; padding-left: 3px; 
padding-right: 3px; }
  .tx-maillisttofaq-pi1-listrow TR.tx-maillisttofaq-pi1-listrow-header TD { 
background-color:#E4D3CC; white-space: nowrap;}
  .tx-maillisttofaq-pi1-listrow TR.tx-maillisttofaq-pi1-listrow-header TD P { 
font-weight:bold; font-size: 12px;}

  .tx-maillisttofaq-pi1-listrow TR.tx-maillisttofaq-pi1-listrow-odd TD { 
background-color:#EEE9E6; }
  .tx-maillisttofaq-pi1-listrow TR.tx-maillisttofaq-pi1-listrow-sticky TD { 
background-color:#DBE3EB; font-weight: bold; }
  DIV.tx-maillisttofaq-pi1-listrow {width:700px;}
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-modeSelector TD {padding: 0px 7px 0px 
7px; background-color: #E3F3C0; white-space: nowrap;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-modeSelector 
TD.tx-maillisttofaq-pi1-modeSelector-SCell {font-weight: bold;  background-color: 
#A1D82F;}
  .tx-maillisttofaq-pi1 DIV.tx-maillisttofaq-pi1-modeSelector {position:relative; 
left:-2px;}
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-browsebox TD { background-color:#E3F3C0; 
padding: 0px 7px 0px 7px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-browsebox 
TD.tx-maillisttofaq-pi1-browsebox-SCell { background-color:#A1D82F; }
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-browsebox 
TD.tx-maillisttofaq-pi1-browsebox-SCell P { font-weight: bold; }
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-threads P.tx-maillisttofaq-pi1-root { 
font-weight: bold; margin-top:10px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-threads P.tx-maillisttofaq-pi1-lost { 
color:#666666; font-weight: bold;  margin-top:10px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-threads P.tx-maillisttofaq-pi1-child { 
font-size: 11px;}
  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
H3.tx-maillisttofaq-pi1-subject {margin-top: 5px; margin-bottom: 10px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView P.tx-maillisttofaq-pi1-author 
{ background-color:#E4D3CC;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-replyMsg A {padding: 1px 5px 1px 5px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-replyMsg { margin-top:5px; }
  
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-replyauthor { background-color:#E4D3CC;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-reply {border: dotted 1px #666666; margin-top: 10px; padding: 
5px 5px 5px 5px; background-color:#FAF4F1;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-replyauthor-nonMod { background-color:#cccccc;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-reply-nonMod {border: dotted 1px #666666; margin-top: 10px; 
padding: 5px 5px 5px 5px; background-color:#eeeeee;}
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView P A {text-decoration: 
underline;}   
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-thrMenu {margin-top: 5px; margin-bottom: 10px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-threadLinks { background-color: #DBE3EB; font-size:13px; 
font-weight: bold;}  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView P.tx-maillisttofaq-pi1-child 
{ background-color: #EEF6FF; font-size:11px;}
  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView P.tx-maillisttofaq-pi1-back A 
{background-color: #F5733A; color: white; font-weight: bold; padding-left: 5px; 
padding-right: 5px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView P.tx-maillisttofaq-pi1-back 
{margin-bottom: 10px;margin-top: 10px;}
  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-saveday { text-align: center; font-size:11px; margin-top: 10px; 
}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-saveday A {background-color: #E4D3CC; padding: 0px 10px 0px 
10px;border: #999999 dotted 1px;}
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView P.tx-maillisttofaq-pi1-cmd 
{margin-top: 5px;margin-bottom: 5px; }
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView P.tx-maillisttofaq-pi1-cmd A 
{padding: 0px 7px 0px 7px; background-color: #E3F3C0;}
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-modnote {color: #666666; background-color: #DBE3EB;}
  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem  {border-bottom: solid 1px #666666; margin-bottom: 
20px; padding: 5px 5px 5px 5px; background-color:#EEF6FF;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-faqhead { background-color: #DBE3EB; font-size:13px; 
font-weight: bold;}  
  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem PRE.tx-maillisttofaq-pi1-faqapre,
          .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem PRE.tx-maillisttofaq-pi1-faqqpre {margin-top: 
5px;margin-bottom: 5px;}
          
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem P.tx-maillisttofaq-pi1-faqa, 
          .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem P.tx-maillisttofaq-pi1-faqq {margin-top: 15px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem P.tx-maillisttofaq-pi1-faqsbj  {font-size:13px; 
font-weight: bold;}
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem P.tx-maillisttofaq-pi1-faqedit {background-color: 
#DBE3EB; padding: 2px 2px 2px 6px; font-size: 11px;}
  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem SPAN.tx-maillisttofaq-pi1-faqqhead,
          .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-faqitem SPAN.tx-maillisttofaq-pi1-faqahead {background-color: 
#DBE3EB; padding: 0px 4px 0px 4px; font-weight: bold; font-size:16px;}
 
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
P.tx-maillisttofaq-pi1-managed { background-color: #E4D3CC;font-size:11px; text-align: 
center;margin-top: 10px;margin-bottom: 10px;}  
  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-catbox H3 {margin-top: 10px; 
margin-bottom: 0px; font-size:13px;}
 
  
  
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-replyForm  {border: solid 1px black; margin: 5px 0px 5px 0px; 
padding: 5px 5px 5px 5px; background-color:#EEF6FF;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-replyForm P.tx-maillisttofaq-pi1-notice {font-size: 11px; 
background-color: #DBE3EB; padding: 5px 5px 5px 5px;}
  .tx-maillisttofaq-pi1 .tx-maillisttofaq-pi1-singleView 
DIV.tx-maillisttofaq-pi1-replyForm P.tx-maillisttofaq-pi1-rpHead {font-weight: bold; 
font-size: 13px;  background-color: #DBE3EB;}
 
  .tx-maillisttofaq-pi1 DIV.tx-maillisttofaq-pi1-postForm  {border: solid 1px black; 
margin: 5px 0px 5px 0px; padding: 5px 5px 5px 5px; background-color:#EEF6FF;}
  .tx-maillisttofaq-pi1 DIV.tx-maillisttofaq-pi1-postForm 
P.tx-maillisttofaq-pi1-notice {font-size: 11px; background-color: #DBE3EB; padding: 
5px 5px 5px 5px;}
  .tx-maillisttofaq-pi1 DIV.tx-maillisttofaq-pi1-postForm 
P.tx-maillisttofaq-pi1-rpHead {font-weight: bold; font-size: 13px;  background-color: 
#DBE3EB;}


# Setting up the language variable "L" to be passed along with links
config.linkVars = L

# Danish language, sys_language.uid = 1
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = dk

# German language, sys_language.uid = 2
[globalVar = GP:L = 2]
config.sys_language_uid = 2
config.language = de





[global]

page.1.marks.LANGUAGEFLAGS = PHP_SCRIPT
page.1.marks.LANGUAGEFLAGS.file = fileadmin/templates/micro-plus/languageMenu.php 



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Care2002-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to