Cineclub News

Anno II

N. 6 Agosto/Settembre 1996

Ancora un'altro numero di Cineclub News esce mentre l'attività del Cineclub (proiezioni, dibattiti ecc. ecc.) approfitta della pausa autunnale per ritemprarsi e affrontare le fatiche della nuova stagione che attende.

E allora cosa di meglio che voltarsi indietro, senza nostalgia ma con occhio attento a recuperare e rileggere il lavoro già fatto, per ritrovare titoli di due ani fa, quando per festeggiare il centenario del cinema Inquadrature propose una rassegna dedicata ai capolavori di Cent'anni di Cinema. E fu proprio questo, "Cent'anni di Cinema" il titolo di una rassegna di ben 16 film, tutti capolabori, ma da tempo immemorabile assenti dai grandi schermi delle nostre città. Questo numero di Cineclub News accoglie e aggiorna proprio alcune delle schede critiche prodotte in quell'occasione.

Intanto una nutrita delegazione di Inquadrature ha seguito il Festival cinematografico di Venezia e nella parte finale di questo numero potete trovare alcuni interessanti reportage. Da Venezia, si sa, parte poi la stagione cinematografica italiana autunnale. Alcuni dei film proiettati durante la 53a Mostra d'Arte Cinematografica di Venezia li vedremo prossimamente nelle nostre sale cittadine, altri anche di grande valore, ahimè, non arriveranno mai.

Eh sì, cari amici, essere a Venezia durante il Festival significa vedere cose, film e convegni, che sono occasioni uniche e irripetibili. Quanti dei film passati a Venezia Lido entreranno nel circuito commerciale e quanti saranno quindi vedibili per tutti?

Intanto, mentre la risposta è ben pochi e solamente quelli sorretti da un apparato commerciale sufficientemente potente, molto del patrimonio veneziano rischia di perdersi e di rimanere conservato solo nella memoria di chi a Venezia c'è stato e ha potuto aprirsi una finestra sulla cinematografia europea, mondiale.

Riproporre opere che non entrano, non sono entrate e non entreranno mai nei circuiti commerciali, potrebbe essere un compito da affidare proprio alle associazioni, ai club. E chissà....

SOMMARIO

Schede Film

Alba tragica

Ombre rosse

Quarto potere

Ossessione

Notorious

Viale del tramonto

I vitelloni

Mostra del Cinema di Venezia

Poveri ma belli

Venezia animazione

La giuria

I Leoni alla carriera

Brevi

Eurowestern

I lunedìClub

50 anni di OCIC

Il premio "La Navicella"

Bertolucci ad Assisi

Premere qui per tornare alla pagina precedente

Powered by ItalyNet.it

<% ' ******************************************************************** ' Paste this block of code on your web page where you would like text ' links to be displayed. This code will dynamically add and remove text ' links on your web page according to your BackLinks.com settings. ' ******************************************************************** Dim BLKey Dim OpenInNewWindow Dim PostingString Dim ErrorString Dim ResultString Dim LinkUrl ' The following variable defines whether links are opened in a new window ' (1 = Yes, 0 = No) OpenInNewWindow = 1 ' ******************************************************************* ' please do not modify any of the code below ' ******************************************************************* BLKey = "2709-4W05-2KVB" ' # The following variable is sent to the BackLinks server in order to ' # generate working links on your page: If Request.ServerVariables("HTTPS") = "on" Then LinkUrl="https://" Else LinkUrl="http://" End If If Request.ServerVariables("REQUEST_URI") Then LinkUrl = LinkUrl & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("REQUEST_URI") Else LinkUrl = LinkUrl & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("PATH_INFO") If Request.ServerVariables("QUERY_STRING") <> "" Then LinkUrl = LinkUrl & "?" & Request.ServerVariables("QUERY_STRING") End If End If LinkUrl = server.URLencode(LinkUrl) ' # Generate the data to post to the BackLinks.com server PostingString = "&Key=" & BLKey PostingString = PostingString & "&OpenInNewWindow=" & OpenInNewWindow & "&LinkUrl=" & LinkUrl Function GetBackLinksData(HTTPQuery, ByRef Resp, ByRef Er) Dim HttpReqObj Set HttpReqObj = Nothing On Error Resume Next Set HttpReqObj = CreateObject("WinHttp.WinHttpRequest.5.1") On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("WinHttp.WinHttpRequest.5") End If On Error Resume Next If HttpReqObj Is Nothing Then On Error Resume Next Set HttpReqObj = CreateObject("Msxml2.ServerXMLHTTP") On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("Msxml2.ServerXMLHTTP.4.0") End If On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("Microsoft.XMLHTTP") End If On Error Resume Next If HttpReqObj Is Nothing Then Er = "HTTP requests not supported." GetBackLinksData = False Else HttpReqObj.open "GET", "http://www.backlinks.com/engine.php?" & HTTPQuery, false HttpReqObj.Send If HttpReqObj.status <> 200 Then Er = "Error: Status=" & HttpReqObj.status & " Text='" & HttpReqObj.responseText & "'" GetBackLinksData = False Else Resp = HttpReqObj.responseText GetBackLinksData = True End If Set HttpReqObj = Nothing End If Else HttpReqObj.Open "GET", "http://www.backlinks.com/engine.php?" & HTTPQuery, False HttpReqObj.Send If HttpReqObj.Status <> 200 Then Er = "Error: Status=" & HttpReqObj.Status & " Text=" & HttpReqObj.ResponseText GetBackLinksData = False Else Resp = HttpReqObj.responseText GetBackLinksData = True End If End If End Function If GetBackLinksData(PostingString, ResultString, ErrorString) Then Response.Write ResultString Else Response.Write ErrorString End If ' FINSIHED BackLinks.COM SCRIPT BLOCK %>