diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..e44a6a9eff --- /dev/null +++ b/.editorconfig @@ -0,0 +1,57 @@ + +################################################################################ +# # +# # +# ###############################*********** # +# ###############################************* # +# ###############################************** # +# ###############################**************** # +# ###############################****************** # +# ##########..............................********** # +# ##########..............................********++ # +# ##########..............................******++++ # +# ##########..............................****++++++ # +# ##########..............................***+++++++ # +# ##########..............................*+++++++++ # +# ##########..........++++++++++++++++++++++++++++++ # +# ##########..........+++++++++++++++++++++++++++++ # +# ##########..........++++++++++++++++++++++++++ # +# ##########..........++++++++++++++++++++++++ # +# ##########....................++++++++++++++ # +# ##########....................++++++++++++++++ # +# ##########....................++++++++++++++++++ # +# ##########....................++++++++++++++++++++ # +# ##########....................++++++++++++++++++++ # +# ##########..........::::::::::+++++++++++++++++++ # +# ##########..........++++++++++++++++++++++++++++ # +# #########*..........++++++++++++++++++++++++++++ # +# ########**..........+++++++++++++++++++ # +# ######****..........++++++++++++++++++ # +# ####******..........++++++++++++++++++ # +# ##********..........+++++++++++++++++++ # +# **********..........++++++++++++++++++++ # +# ******************++++++++++++++++++++++ # +# ****************++++++++ +++++++++ # +# **************+++++++++ +++++ # +# *************++++++++++ # +# ***********+++++++++++ # +# # +# # +################################################################################ +# # +# FreeCAD Package # +# https://EditorConfig.org # +# # +################################################################################ + + +root = true + + +[package.xml] +trim_trailing_whitespace = true +insert_final_newline = false +indent_style = space +end_of_line = lf +indent_size = 4 +charset = utf-8 \ No newline at end of file diff --git a/README.md b/README.md index dfe964b822..1a56131044 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,10 @@ This documentation is fully translatable by users to other languages, and is in * FreeCAD participates to the [Google Summer of Code](wiki/Google_Summer_of_Code.md) since 2016. Learn how to participate * All the development communication happens on the [forum](http://forum.freecadweb.org), so be sure to visit it if you are interested in participating. +
+
+ +*Addon icon commissioned from [IncursioArt]* + + +[IncursioArt]: https://vgen.co/IncursioArt \ No newline at end of file diff --git a/Resources/Icons/Addon.svg b/Resources/Icons/Addon.svg new file mode 100644 index 0000000000..06b648129b --- /dev/null +++ b/Resources/Icons/Addon.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package.xml b/package.xml index cee21decf7..605dcf29b9 100644 --- a/package.xml +++ b/package.xml @@ -1,19 +1,51 @@ - - - FreeCAD documentation - The FreeCAD documentation for offline use - 1.0.0-alpha - 2022-03-14 - Yorik van Havre - CC0-1.0 - https://github.com/FreeCAD/FreeCAD-documentation - - - - - Documentation - ./ - - + + + + 1.0.0-alpha + 2022-03-14 + + The complete FreeCAD documentation for local use. + Offline Documentation + + Resources/Icons/Addon.svg + + Yorik van Havre + + The FreeCAD Wiki Contributor + + CC0-1.0 + + + + + + + https://github.com/FreeCAD/FreeCAD-documentation + + https://github.com/FreeCAD/FreeCAD-documentation/blob/main/README.md + + + + + Documentation + ./ + +