The following is the directory organization after installing DEDECMS:
"A": Default HTML file
"Data": System cache or other writable data
"Dede": Background Management Directory
"Images": System default Template Picture
"Include": Class library file
"Install": the installer can delete
"Member": member
"Plus": Support Program
"Special": Special topics
"Templets": System kernel Template
"Uploads": Default upload
"index.php": Home
"Robots.txt": Search Control File
"Tags.php": Tab page
650) this.width=650; "src=" Http://help.dedecms.com/uploads/allimg/110627/-1-11062G019242Y.png "style=" width:600px ; height:320px; "/>
2. More important parts of the catalogue in two times of development:
"1" Data: the system cache or other writable storage directory
650) this.width=650; "src=" Http://help.dedecms.com/uploads/allimg/110627/-1-11062G15K23a.png "style=" WIDTH:608PX; height:560px; "/>
|--Data--admin website Background configuration directory
|--data--backupdata database backup directory
|--data--Cache caching Directory
|--data--Enums Linkage Menu Directory
|--data--js static JS call directory
|--data--mail mail address storage directory
|--data--mark thumbnail related configuration directory
|--data--Module modules installation package directory
|--data--Payment related payment interface directory
|--Data-RSS RSS Subscription Directory
|--Data--Safe Verify the Security configuration directory
|--data--Sessions system sessions file directory
|--data--tag SQL tag advanced Connection configuration directory
|--Data--TextData text Save directory
|--data--tplcache tag Cache storage Directory
|--data--uploadtmp upload file temporary save directory
|--data--vote static voting JS Storage directory
|--data--ziptmp zip file to extract temporary files to save directory
"2" Dede: Background directory
"3" |--include system core classes, libraries, function catalogs
|--include--Calendar Universal Calendar Component Catalog
|--include--ckeditor Web site Editor Catalog
|--Inlcude--code General page numbering
|--include-data types (encoding conversion, pinyin acquisition, etc.)
|--include--dialog system file upload related directory
|--include--Helpers Small Helper directory (V5.7 or above)
|--Inlcude--inc General function catalog
|--inlucde-js V5.7 above the new types of huge JS library, it seems to use not much.
|--inlcude--Payment Online Payment Interface directory
|--inlcude--taglib tag source
|--inlcude--tpllib plug-in label
config_base.php the environment definition file. It is used to detect the system environment, define working directory, save database link information, introduce common functions, etc., and recommend not to modify.
config_hand.php the system configuration file. Defines the configuration information that is commonly used by the system, which can be generated directly from background management.
config_passport.php Pass File
config_rglobals.php Detection System External variables
config_rglobals_magic.php Ibid.
Inc_archives_view.php used to browse documents or generate HTML for a document
Inc_arclist_view.php used to browse the channel list or generate HTML for the table of contents
Inc_arcmember_view.php used to browse the documents published by the member
inc_arcpart_view.php templates for parsing and creating global properties, such as channel cover, home page, individual pages, etc.
inc_arcsearch_view.php for Document Search
Inc_arcspec_view.php for browsing all thematic lists or generating HTML for thematic lists
Inc_channel_unit.php user resolution of additional data structure information for a particular channel
inc_channel_unit_functions.php System common Functions Collection
inc_downclass.php random string function for anti-collection
Inc_freelist_view.php used to generate HTML for a specific content list
Inc_functions.php a collection of functions available to the user
inc_imgbt.php Gettypeidselmember
inc_memberlogin.php for user login and access to membership status
inc_photograph.php for processing images in the system, such as watermarks, thumbnails, etc.
inc_photowatermark_config.php image processing Parameter definition
inc_rss_view.php for browsing channel RSS or generating static files for RSS
inc_separate_functions.php spgetarclist function for obtaining a list of documents
inc_sitemap.php for generating site maps
inc_type_tree.php directory tree for selecting columns
inc_type_tree_member.php Ibid, members use
Inc_typelink.php used to display the location of the article and the location of the column
Inc_typeunit_admin.php is used for some complex operations in channel management, mainly used in the background
inc_typeunit_menu.php Ibid.
inc_userlogin.php for Administrator Login
inc_vote.php for managing polls
jump.php for hyperlink jumps
pub_charset.php common character processing function, Gb/utf-8/unicode/big5 and other interchange
Pub_collection.php for collecting
pub_collection_functions.php acquisition function
pub_datalist.php data list for background management
pub_datalist_dm.php Ibid., no template used
pub_db_mysql.php for manipulating databases
pub_dedehtml2.php for HTML parsing in acquisition
pub_dedehtml.php HTML Parser
pub_dedetag.php for Dede template label parsing
pub_httpdown.php for downloading resources in HTTP
pub_oxwindow.php Background Program Extension
pub_splitword_www.php Weaving Dream Segmentation algorithm
validateimg.php Verification Code
vdimgck.php Verification Code
"4" Templets: Template Catalog
/default Default Template Directory
Article_article.htm General article page template
Article_default.htm General Document page templates
article_flash.htm Flash page Template
Article_image.htm Atlas page templates
Article_soft.htm Software page templates
Article_spec.htm Featured page templates
Index.htm Website Homepage Template
Index_article.htm Article Channel cover template
Index_article_webart1.htm
Index_article_webart2.htm
Index_article_webart.htm
Index_default.htm General Document Cover page template
Index_flash.htm Flash Channel cover template
Index_image.htm Atlas Channel cover page template
Index_soft.htm Software Channel cover template
List_article.htm Article list template
List_default.htm General Document List Catalog template
List_flash.htm Flash Document List template
list_free.htm Free list template
list_image.htm Atlas list template
list_soft.htm Software list template
List_spec.htm Featured List Templates
DEDECMS file directory structure