Giter Club home page Giter Club logo

Comments (12)

bourgeoa avatar bourgeoa commented on June 25, 2024 3

This week :

from team.

bourgeoa avatar bourgeoa commented on June 25, 2024 1

@RubenVerborgh just opened an issue CommunitySolidServer/CommunitySolidServer#1235

from team.

bourgeoa avatar bourgeoa commented on June 25, 2024

leave this for the steps for implementation

from team.

bourgeoa avatar bourgeoa commented on June 25, 2024

meeting notes from 2020-02-11
meeting place : https://meet.jit.si/solidproject-org

presents :

Jackson
Justin
Alain

meeting

  • Actual status

    • source : github
    • build with jekyll
    • how is it published -->github actions
    • where is the webserver --> netlify
  • how is the certificate managed, domain provider gandi ?

  • objectives

    • static .html on a CSS server
    • server provider digital ocean ?
    • CSS >= version 3.0.0 ? single user pod
    • publication from github actions
  • github actions :

conclusions

Work sharing :

  • jackson authentication
  • justin jekyll
  • alain

from team.

bourgeoa avatar bourgeoa commented on June 25, 2024

meeting notes from 2020-02-18
meeting place : https://meet.jit.si/solidproject-org

presents :

Jackson
Justin
Alain

meeting

Alain report actions

docker run --rm -it --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=production jekyll/jekyll:3.8 jekyll build
  • solidos WSL2 Pb

    • npm run setup with sh: 1: make: not found
    • sudo apt-get update
    • sudo apt-get install build-essential
  • test on NSS https:// localhost:8443 multi-user

    • It must be root because all links are relative to _site

    • assets is needed twice : keep assets at root and copy assets --> pages/solid/solidproject.org/assets

    • in container to not display all contained resources

    • newsletter/archive.html should be renamed newsletter/index.html

    • in general developers/vocabularies/ is not structured correctly
      - missing index.html in well-known, create, use, publish and may be code
      - well-known.html --> index.html

    • some links are wrong specification (link on right (example team : pages/solid/solidproject.org/team should be /team)

    • rm -r node_modules

    • permalink

      • all pages use permalink exemple : permalink : /about <-- note there no .html (see navigation.yml, toc-about.html, page-about.html)
        the consequence is that
      • .html extension must be converted to $.html except index.html this is to be compatible with a nice url build with permalink
      • renaming all except index.html :
find . -type f -name "*.html" -exec sh -c 'mv -f $0 ${0%.html}$.html' {} \;
find . -type f -name "index$.html" -exec sh -c 'mv -f $0 ${0%$.html}.html' {} \;
	# git clone https://github.com/solid/community-server.git
	# cd community-server
	# git branch -b test-v2.0.1 v2.0.1
	# npm ci
	# npm start -- -c @css:config/file.json -f ./Documents 
  • CSS with mashlib : todo as single user

Jackson report

Justin report

Actions

  • jackson
    • waiting for jeff's to document issue with solid-node-client using solid-rest with jsonld to turtle (?? $rdf should be added as global like for PATCH)
    • will include justin github-action jekyll workflow
  • justin
    • to review the questions raised on site structure (see alain above comments)
    • some changes may be made on a github-action pre-publish step
  • alain :
    • propose PR's for changing site
    • on CSS container MUST end with /

next meeting Friday 25 February 2022 same time17:30 CET

from team.

RubenVerborgh avatar RubenVerborgh commented on June 25, 2024
  • CSS do not seem to accept .zip files

Could you elaborate on this one? Files of any content type should be accepted.

from team.

bourgeoa avatar bourgeoa commented on June 25, 2024

Removed the comment on .zip file. Seems a mashlib only issue solid/solid-ui#486

from team.

bourgeoa avatar bourgeoa commented on June 25, 2024

@jaxoncreed I have difficulties using the token o-development/clone-to-solid-pod#2
I suppose i am doing something wrong because jeff and you did succeed.

from team.

bourgeoa avatar bourgeoa commented on June 25, 2024

No it was time consuming each folder must end with a / and each html file must end with .html
And to create a pod container each link must begin with it.
I had problem to understand the redirect that uses site.url and site.baseurl
At the end there can be no more distinction between site.url and site.container. site.container can be replaced by site.url and keep only site.url

The problem is to load all the data. Some file are rejected for size. The number of request is high : 7000
Sometimes appears issues on like 500, lock file more than 3000 ms, err memory ?, and a difficulty with assets/img/fontawesome-free-5.11.2-web/svgs/solid/ that contains 1000 images.

from team.

jaxoncreed avatar jaxoncreed commented on June 25, 2024

Update on this. As far as I'm aware, this project has not been completed. Is that correct @bourgeoa ? Should we rope this into our upcoming meetings?

from team.

bourgeoa avatar bourgeoa commented on June 25, 2024

@jaxoncreed yes you are correct. And I suppose the objective is still to deploy on a solid pod.

from team.

csarven avatar csarven commented on June 25, 2024

Original issue: solid/solidproject.org#248

from team.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.