zteyssier / JamesBondMCI

Holds Information for James Bond Screenplays and for each of the intro songs.
3 stars 0 forks source link

BondMCI website #3

Open ebeshero opened 4 years ago

ebeshero commented 4 years ago

Here's your new website address: http://bondmci.newtfire.org/

@zteyssier @CTrohoske01 @dpakulski42

zteyssier commented 4 years ago

@dpakulski42 @CTrohoske01

Hello team,

If anyone has time tonight, try to add a menu for our website. I can provide more information on the site, and add comments for my ideas.

Thanks!

dpakulski42 commented 4 years ago

@zteyssier @CTrohoske01

I can take a crack at this tonight.

CTrohoske01 commented 4 years ago

Hey guys, I made some updates to the schema file and to my intro songs xml files. I’m having trouble pushing those updates to the repo. Is there a specific way I should be doing this? Should I make a brand new schema file and push that up separately, or should it update when I push try to add it with the changes?

On Oct 14, 2020, at 2:34 PM, dpakulski42 notifications@github.com wrote:

 @zteyssier @CTrohoske01

I can take a crack at this tonight.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

zteyssier commented 4 years ago

@CTrohoske01

You could go cd to the JamesBondMCI

-git pull (pull any changes in first)

*git status can be used to see the current "status" of the files or can be used for help

CTrohoske01 commented 4 years ago

Thanks, didn’t know it required a message for the commit! Just tried committing without a message and it was giving me errors.

On Oct 14, 2020, at 3:01 PM, zteyssier notifications@github.com wrote:

 @CTrohoske01

You could go cd to the JamesBondMCI

-git pull (pull any changes in first)

git add . (This adds all the changes with the dot, this helps if you saved your new files within the repo) git commit -m "message for changes" git push *git status can be used to see the current "status" of the files or can be used for help

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

ebeshero commented 4 years ago

@dpakulski42 @CTrohoske01 @zteyssier Just a quick observation: I went to your website address at http://bondmci.newtfire.org and got an ominous "Forbidden" message.

Screen Shot 2020-10-15 at 1 37 24 PM

I visited your project server space to find out why, and saw the problem. You don't have an index.html page, and that's a standard filename expected for the home page of a website. If you don't have an index.html, and you visit the simple link above (the standard start-point link for a website), you get a Forbidden error.

The good news is that your site is working, and I can view your page with its CSS styling at http://bondmci.newtfire.org/BondMCI.html . I would just rename that page to index.html

ebeshero commented 4 years ago

Also, I'm having trouble finding your meeting times--but I'd be happy to join your next meeting if I can. In addition to Slack, I'm on Discord if you're meeting there (and I'm connected with the Scrolls team on that site already). @zteyssier

zteyssier commented 4 years ago

Usually I try to send a notice for the Meeting Times on Github, and I send the zoom link in an email. I can try incorporating slack to make the times and the link more visible. @ebeshero

Thanks for letting me know!